Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elm/virtual-dom

The foundation of HTML and SVG in Elm.
https://github.com/elm/virtual-dom

elm html svg virtual-dom

Last synced: about 1 month ago
JSON representation

The foundation of HTML and SVG in Elm.

Awesome Lists containing this project

README

        

# Virtual DOM for Elm

A virtual DOM implementation that backs Elm's core libraries for [HTML](https://package.elm-lang.org/packages/elm/html/latest/) and [SVG](https://package.elm-lang.org/packages/elm/svg/latest/). You should almost certainly use those higher-level libraries directly.

It is pretty fast! You can read about that [here](https://elm-lang.org/blog/blazing-fast-html-round-two).