Expand description
Momenta DOM - DOM rendering and manipulation for the Momenta framework
This crate provides DOM rendering capabilities for Momenta, including:
- WASM-based rendering for web browsers
- Element caching for efficient updates
- Diff and patch functionality for reactive updates
- Event handler attachment
- HTML element definitions
Modules§
Macros§
Functions§
- component
- Renders a component with the given props
- hydrate_
root - log
- mount_
to_ body - Mounts the root component to the body element
- read_
default_ hydration_ data - read_
hydration_ data - render_
root - Renders the root component to the specified selector