Skip to main content

render_to_dom

Function render_to_dom 

Source
pub fn render_to_dom(vnode: &VNode) -> Option<Node>
Expand description

Render a VNode tree into actual DOM nodes and return the root node. This is a simple wrapper around mount::mount_to_dom for backward compatibility.