Registry / web-framework / dioxus-core

dioxus-core

JSON →
library0.7.9rscratesunverified

Core library for building fullstack web, desktop, and mobile apps with a single codebase.

# Cargo.toml [dependencies] dioxus-core = "0.7.9"
INSTALL
IMPORT
SIG · DIOXUS-CORE
D
dioxus-core
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 app component.

use dioxus::prelude::*; fn app() -> Element { rsx! { h1 { "Hello, world!" } } }
Debug
Known issues
gotchaRequires a renderer (e.g., dioxus-web, dioxus-desktop) to run.
fix
Add a renderer crate and feature flags as needed.
affects: >=0.7.0
Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
Resources
dioxus-core — cargo add dioxus-core · libregistry