pub fn hydrate_body<F, N>(f: F)where F: FnOnce() -> N + 'static, N: IntoView,
Hydrates the app described by the provided function, starting at <body>.
<body>