pub fn hydrate_lazy<F, N>(f: F)where F: FnOnce() -> N + 'static, N: IntoView,
Hydrates the app described by the provided function, starting at <body>, with support for lazy-loaded routes and components.
<body>