Registry / web-framework / yewdux

yewdux

JSON →
library0.12.0rscratesunverified

Ergonomic state management for Yew applications.

# Cargo.toml [dependencies] yewdux = "0.12.0"
INSTALL
IMPORT
SIG · YEWDUX
Y
yewdux
web-frameworkrustv0.12.0
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.

Store
use yewdux::prelude::*;

Creates a simple store for Yew state management.

use yewdux::prelude::*; struct AppState { count: i32, } fn main() { let store = Store::new(AppState { count: 0 }); println!("State created"); }
Debug
Known issues
gotchaRequires Yew framework to be used in a web context.
fix
Add yew as a dependency and use within a Yew application.
affects: >=0.10.0
Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
yewdux — cargo add yewdux · libregistry