Function yew::start_app[][src]

pub fn start_app<COMP>() -> AppHandle<COMP> where
    COMP: Component,
    COMP::Properties: Default
Expand description

Starts an yew app mounted to the body of the document. Alias to start_app_in_element(Body)