Registry / web-framework / dioxus-web

dioxus-web

JSON →
library0.7.9rscratesunverified

Web-sys renderer for Dioxus: Build fullstack web, desktop, and mobile apps with a single codebase.

# Cargo.toml [dependencies] dioxus-web = "0.7.9"
INSTALL
IMPORT
SIG · DIOXUS-WEB
D
dioxus-web
web-frameworkrustv0.7.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rsx
✓ use dioxus::prelude::*;

Minimal Dioxus web app

use dioxus::prelude::*; fn app() -> Element { rsx! { h1 { "Hello, world!" } } } fn main() { dioxus::launch(app); }
Debug
Known issues
gotchaRequires WebAssembly target for web rendering
fix
Build with `--target wasm32-unknown-unknown` and use a bundler like wasm-pack
affects: >=0.7.0
Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
dioxus-web — cargo add dioxus-web · libregistry