Expand description
Modular wasm application framework.
Re-exports§
pub use diff::diff;
pub use app::AppBuilder;
pub use component::ComponentBuilder;
pub use app::model;
Modules§
- app
- A wasm app in the structure of The Elm Architecture.
- component
- A self contained component in a euca app.
- diff
- Tools to get the difference between two virtual dom trees.
- dom
- A concrete dom representation.
- patch
- Dom patching functionality.
- route
- Router trait for generating a message when the page url changes.
- vdom
- Flexible generic virtual dom representation.