Module dioxus_router::hooks

source ·
Expand description

Hooks for interacting with the router in components.

Functions

  • A hook that provides access to the navigator to change the router history. Unlike [use_router], this hook will not cause a rerender when the current route changes
  • A hook that provides access to information about the current routing location.
  • use_routerDeprecated
    A hook that provides access to information about the router.