render

Function render 

Source
pub fn render(element: VNode, container_id: &str)
Expand description

Starts a reView app mounted to the element with the specified id.

ยงExample

review::render(Div.into(), "root");