evancz/elm-html

Fast HTML, rendered with virtual DOM diffing


License
BSD-3-Clause
Install
elm-package install evancz/elm-html 4.0.1

Documentation

DEPRECATED

Use elm-lang/html instead. It's way better!

Story

When Elm 0.17 came out, the changes included a revamp of the HTML API to replace some old concepts (signals and address) with something simpler. To make that possible, it was necessary to reimplement this library from scratch. That also seemed like a great opportunity to officially graduate this library to the elm-lang organization. Through all this, the public API changed very little.