danielnarey/elm-html-tree

Deprecated in favor of danielnarey/elm-semantic-dom


Keywords
elm, html, pipeline
License
BSD-2-Clause
Install
elm-package install danielnarey/elm-html-tree 2.0.0

Documentation

Deprecated

This package was my initial attempt to make Elm view code more pipeline-friendly by representing HTML elements as updatable Elm records, which would then be rendered to unmodifiable VirtualDom nodes. Major features of the API have been incorporated into the Element module of my Semantic Dom package. The improved version in Semantic Dom is implemented more efficiently; instead of having to traverse a tree of records to render to VirtualDom, the rendering function is called on child nodes whenever they are placed in a container.