Function hydrate_lazy

pub fn hydrate_lazy<F, N>(f: F)
where F: FnOnce() -> N + 'static, N: IntoView,
Expand description

Hydrates the app described by the provided function, starting at <body>, with support for lazy-loaded routes and components.