Re-exports§
pub use AppStateProvider_completions::Component::AppStateProvider;
Modules§
Structs§
- AppState
Context - AppState
Provider Props - Properties for the
AppStateProvider
component.
Enums§
Functions§
- AppState
Provider - Props
- app_
state_ reducer - use_
app_ dispatch - Hook to get the dispatch function (write-only)
- use_
app_ state - Hook to get the current app state (read-only)
- use_
app_ state_ with_ dispatch - Hook to get both state and dispatch - use sparingly to avoid infinite loops