pub fn render_to_dom(vnode: &VNode) -> Option<Node>
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.
mount::mount_to_dom