Registry / web-framework / dioxus

dioxus

JSON →
library0.7.9rscratesunverified

Build fullstack web, desktop, and mobile apps with a single codebase.

# Cargo.toml [dependencies] dioxus = "0.7.9"
INSTALL
IMPORT
SIG · DIOXUS
D
dioxus
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::*;

Launches a simple Dioxus app that renders a heading.

use dioxus::prelude::*; fn main() { dioxus::launch(App); } fn App() -> Element { rsx! { h1 { "Hello, Dioxus!" } } }
Debug
Known issues
gotchaRequires platform-specific features (e.g., `web`, `desktop`).
fix
Enable the appropriate feature in Cargo.toml.
affects: >=0.7.0
Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Meta
1
Resources
dioxus — cargo add dioxus · libregistry