Function dioxus_web::launch::launch

source ยท
pub fn launch(
    root: fn() -> Element,
    contexts: Vec<Box<dyn Fn() -> Box<dyn Any>>>,
    platform_config: Config,
)
Expand description

Launch the web application with the given root component, context and config

For a builder API, see LaunchBuilder defined in the dioxus crate.