Function sycamore::render

pub fn render(view: impl FnOnce() -> View<DomNode> + 'static)
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