{"id":68442,"library":"yewdux","title":"yewdux","description":"Ergonomic state management for Yew applications.","status":"active","version":"0.12.0","language":"rust","source_language":null,"source_url":"https://github.com/yewdux/yewdux","tags":["yew","state-management","web","wasm"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nyewdux = \"0.12.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add yewdux","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Store","correct":"use yewdux::prelude::*;"}],"quickstart":{"code":"use yewdux::prelude::*;\n\nstruct AppState {\n    count: i32,\n}\n\nfn main() {\n    let store = Store::new(AppState { count: 0 });\n    println!(\"State created\");\n}","lang":"rust","description":"Creates a simple store for Yew state management."},"warnings":[{"fix":"Add yew as a dependency and use within a Yew application.","message":"Requires Yew framework to be used in a web context.","severity":"gotcha","affected_versions":">=0.10.0"}],"env_vars":null,"search_vec":"'applic':7 'ergonom':2 'manag':4,11 'state':3,10 'state-manag':9 'wasm':13 'web':12 'yew':6,8 'yewdux':1","created_at":"2026-06-17T17:49:48.912221+00:00","updated_at":"2026-06-17T17:49:48.912221+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yewdux/yewdux","github":"https://github.com/yewdux/yewdux","docs":"https://docs.rs/yewdux/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}