Crate leptos_router_macro

Source
Expand description

A macro to make path definitions easier with leptos_router.

Macros§

path
Constructs a path for use in a Route definition.

Attribute Macros§

lazy_route
When added to an impl LazyRoute implementation block, this will automatically add a lazy annotation to the view method, which will cause the code for the view to lazy-load concurrently with the data being loaded for the route.