sycamore::web

Function render

pub fn render(view: impl FnOnce() -> View)
Expand description

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