elm-habitat
v0.1.0
Published
Helpers for mounting Elm applications in specific parts of the DOM.
Downloads
2
Readme
elm-habitat
Utilities for rendering Elm applications to specific parts of the DOM, and passing flags to them
Quick Start
Motivation
Common Runtime
By default, bundling separate Elm Applications will have otherwise "shared runtime" code be separate. To avoid that, you can use the elm-webpack-loader.
Examples
Credits, Thanks, Inspiration
- Inspired by preact-habitat
License
MIT License © Fotis Papadogeorgopoulos