Expand description
A macro to make path definitions easier with leptos_router
.
Macros§
Attribute Macros§
- lazy_
route - When added to an
impl LazyRoute
implementation block, this will automatically add alazy
annotation to theview
method, which will cause the code for the view to lazy-load concurrently with thedata
being loaded for the route.