pub fn render(view: impl FnOnce() -> View)
Render a View into the DOM. Alias for render_to with parent being the <body> tag.
View
render_to
parent
<body>