Expand description
A Dom that can sync with the VirtualDom mutations intended for use in lazy renderers.
Structs§
- Element
Node Mut - A mutable refrence to a text Element node in the RealDom
- NodeMut
- A mutable refrence to a node in the RealDom that tracks what States need to be updated
- NodeRef
- An immutable reference to a node in a RealDom
- RealDom
- A Dom that can sync with the VirtualDom mutations intended for use in lazy renderers. The render state passes from parent to children and or accumulates state from children to parents. To get started:
- Text
Node Mut - A mutable refrence to a text node in the RealDom
- View
Entry - A reference to a tracked component in a node.
- View
Entry Mut - A mutable reference to a tracked component in a node.
Enums§
- Node
Type Mut - A mutable refrence to the type of a node in the RealDom
Traits§
- Node
Immutable - A immutable view of a node