dioxus_native_core

Module real_dom

Source
Expand description

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

Structs§

ElementNodeMut
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:
TextNodeMut
A mutable refrence to a text node in the RealDom
ViewEntry
A reference to a tracked component in a node.
ViewEntryMut
A mutable reference to a tracked component in a node.

Enums§

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

Traits§

NodeImmutable
A immutable view of a node