Function sycamore::generic_node::dom_node::render[][src]

pub fn render(template: impl FnOnce() -> 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