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

pub fn render(template: impl FnOnce() -> Template<DomNode>)
Expand description

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

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