Module dioxus_router::hooks

source ·
Expand description

Hooks for interacting with the router in components.

Functions§

  • Aquire the router without subscribing to updates.
  • A hook that provides access to the navigator to change the router history.
  • A hook that provides access to information about the current routing location.
  • use_routerDeprecated
    A hook that provides access to information about the router.