Expand description
Tracked and computed state in Dioxus
Structs
- Selector state is state that is derived from tracked state
 - Tracked state is state that can drive Selector state
 - A mutable reference to tracked state
 
Functions
- Create a new tracked state. Tracked state is state that can drive Selector state