//! Basic example that renders a simple domtree to the browser. use dioxus_core::prelude::*; use dioxus_web::*; fn main() { wasm_bindgen_futures::spawn_local(WebsysRenderer::start(App)); } static App: FC<()> = |ctx, _| { ctx.view(html! {