pub fn render(element: VNode, container_id: &str)
Starts a reView app mounted to the element with the specified id.
review::render(Div.into(), "root");