Function use_app_state_with_dispatch

Source
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