Expand description
A macro to make path definitions easier with leptos_router.
Macros§
Attribute Macros§
- lazy_
route - When added to an
impl LazyRouteimplementation block, this will automatically add alazyannotation to theviewmethod, which will cause the code for the view to lazy-load concurrently with thedatabeing loaded for the route.