pub fn render(view: impl FnOnce(BoundedScope<'_, '_>) -> View<DomNode>)
Expand description

Render a View into the DOM. Alias for render_to with parent being the <body> tag.

This API requires the following crate features to be activated: dom