Expand description

A Dom that can sync with the VirtualDom mutations intended for use in lazy renderers.

Structs

  • A mutable refrence to a text Element node in the RealDom
  • A mutable refrence to a node in the RealDom that tracks what States need to be updated
  • An immutable reference to a node in a 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:
  • A mutable refrence to a text node in the RealDom
  • A reference to a tracked component in a node.
  • A mutable reference to a tracked component in a node.

Enums

  • A mutable refrence to the type of a node in the RealDom

Traits