Package-level declarations
Types
Properties
A strongly-typed anchor component for declarative navigation. Handles path, search, hash and state updates with optional route preloading and active-state styling.
Render the next child match in the route tree. Typically used inside a route component to render nested routes.
Top-level component that renders the active route matches and provides the router to the React tree via context.
Functions
Creates a root Route instance used to build your route tree.
Creates a non-root Route instance for code-based routing.
Creates a new Router instance for React.
Read the current location from the router state with optional selection. Useful for subscribing to just the pieces of location you care about.
Create a matcher function for testing locations against route definitions.
Imperative navigation hook.