Expand description
Hooks for interacting with the router in components.
Functionsยง
- router
- Acquire the router without subscribing to updates.
- try_
router - Try to acquire the router without subscribing to updates.
- use_
navigator - A hook that provides access to the navigator to change the router history.
- use_
route - A hook that provides access to information about the current routing location.
- use_
router Deprecated - A hook that provides access to information about the router.