Expand description
A collection of useful items most applications might need.
Re-exports§
pub use crate::components::outlet;pub use crate::components::router;pub use crate::hooks::*;pub use crate::navigation::*;pub use crate::routable::*;
Structs§
- Generic
Router Context - This context is set to the RouterConfig on_update method
- Memory
History - A +History* provider that stores all navigation information in memory.
- Navigator
- A view into the navigation state of a router.
- Outlet
Context - A context that manages nested routing levels for outlet components.
- Parse
Route Error - An error that is thrown when the router fails to parse a route
- Router
Config - Global configuration options for the router.
- Router
Context - A collection of router data that manages all routing functionality.