Structs§
- Base
Router - The base router component.
- Component
Info - Location
Context - Represents the context of the current location.
- Next
Router - The NextRouter component.
- Router
- A struct representing the router for navigation.
- Router
Context - Represents the context of the current router.
- Router
Props - Props for
NextRouter
. - Switch
- A Switch that dispatches routes among variants of a [
Routable
]. - Switch
Props - Props for
Switch
Enums§
- Router
Kind - The kind of Router Provider.
Functions§
- use_
location - A hook to access the current
Location
information. - use_
route - A hook to access the current route path with the basename stripped.
- use_
router - A hook to access the
Router
instance.
Type Aliases§
- Navigation
Error - Represents errors related to navigation.
- Navigation
Result - Represents results of navigation operations.