Registry / web-framework / dioxus-signals

dioxus-signals

JSON →
library0.7.9rscratesunverified

Provides reactive signals for building fullstack web, desktop, and mobile apps with Dioxus.

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

Signal
use dioxus_signals::Signal;

Creates a reactive signal and reads its value.

use dioxus_signals::Signal; fn main() { let count = Signal::new(0); println!("Count: {}", count()); }
Debug
Known issues
gotchaRequires Dioxus runtime to be initialized
fix
Ensure you are running within a Dioxus component or use dioxus::launch.
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-signals — cargo add dioxus-signals · libregistry