Module state

Source

Re-exports§

pub use AppStateProvider_completions::Component::AppStateProvider;

Modules§

auth
ui

Structs§

AppStateContext
AppStateProviderProps
Properties for the AppStateProvider component.

Enums§

AppAction

Functions§

AppStateProvider
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