Module prelude

Source
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§

GenericRouterContext
This context is set to the RouterConfig on_update method
MemoryHistory
A +History* provider that stores all navigation information in memory.
Navigator
A view into the navigation state of a router.
OutletContext
A context that manages nested routing levels for outlet components.
ParseRouteError
An error that is thrown when the router fails to parse a route
RouterConfig
Global configuration options for the router.
RouterContext
A collection of router data that manages all routing functionality.

Functions§

use_outlet_context

Derive Macros§

Routable