Function sycamore::render_to

pub fn render_to(view: impl FnOnce() -> View<DomNode> + 'static, parent: &Node)
Expand description

Render a View under a parent node. For rendering under the <body> tag, use render instead.

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