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ยง
- State
Change - Represents a state change notification - just the paths that changed