Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elm/virtual-dom
- Owner: elm
- License: bsd-3-clause
- Created: 2016-03-14T21:51:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T13:31:33.000Z (over 2 years ago)
- Last Synced: 2024-09-30T05:06:41.438Z (about 1 month ago)
- Topics: elm, html, svg, virtual-dom
- Language: JavaScript
- Homepage: https://package.elm-lang.org/packages/elm/virtual-dom/latest
- Size: 742 KB
- Stars: 209
- Watchers: 27
- Forks: 80
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - elm/virtual-dom - The foundation of HTML and SVG in Elm. (JavaScript)
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).