pub fn use_app_state_with_dispatch() -> (AppStateContext, Callback<AppAction>)
Expand description
Hook to get both state and dispatch - use sparingly to avoid infinite loops
pub fn use_app_state_with_dispatch() -> (AppStateContext, Callback<AppAction>)
Hook to get both state and dispatch - use sparingly to avoid infinite loops