Skip to main content

Module state

Module state 

Source
Expand description

Efficient state management using path-based change notifications

The engine does NOT store state values - the host (JS/TS/Rust) does. The engine only tracks WHICH paths changed to determine what to re-render.

Structsยง

StateChange
Represents a state change notification - just the paths that changed