Expand description
Components interacting with the router.
Structs§
- The properties for a
GoBackButtonor aGoForwardButton. - Properties for the
HistoryProvidercomponent. - The properties for a
Link. - The props for
Router.
Functions§
- The default component to render when an external navigation fails.
- A button to go back through the navigation history. Similar to a browsers back button.
- A button to go forward through the navigation history. Similar to a browsers forward button.
- A component that provides a
Historyfor all child [Router] components. Renderers generally provide a default history automatically. - A link to navigate to another route.
- An outlet for the current content.
- A component that renders the current route.