Expand description
A collection of useful items most applications might need.
Re-exports§
pub use crate::components::ActivableRoute;
pub use crate::components::ActivableRoute;
pub use crate::components::NativeRouter;
pub use crate::components::NativeRouter;
pub use crate::components::Outlet;
pub use crate::components::Router;
pub use crate::components::RouterProps;
pub use crate::hooks::*;
pub use crate::navigation::*;
pub use crate::routable::*;
Structs§
- This context is set to the RouterConfig on_update method
- A +History* provider that stores all navigation information in memory.
- A view into the navigation state of a router.
- A context that manages nested routing levels for outlet components.
- An error that is thrown when the router fails to parse a route
- Global configuration options for the router.
- A collection of router data that manages all routing functionality.
Functions§
- Acquire the navigator without subscribing to updates.
- Returns the current outlet context from the component hierarchy.
Derive Macros§
- Derives the Routable trait for an enum of routes