Function yew::start_app_with_props[][src]

pub fn start_app_with_props<COMP>(props: COMP::Properties) -> AppHandle<COMP> where
    COMP: Component
Expand description

The main entry point of a Yew application. This function does the same as start_app(...) but allows to start an Yew application with properties.