https://github.com/dioxus-community/dioxus-redux
State management for Dioxus 🧬
https://github.com/dioxus-community/dioxus-redux
dioxus rust state
Last synced: 9 months ago
JSON representation
State management for Dioxus 🧬
- Host: GitHub
- URL: https://github.com/dioxus-community/dioxus-redux
- Owner: dioxus-community
- License: mit
- Created: 2023-09-02T11:09:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T15:17:07.000Z (over 2 years ago)
- Last Synced: 2025-05-01T19:39:04.350Z (about 1 year ago)
- Topics: dioxus, rust, state
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://discord.gg/sKJSVNSCDJ)
# dioxus-redux 🦀🧰
⚠️ **Work in progress !!⚠️**.
**Fully-typed event-based state management** for [Dioxus 🧬](https://dioxuslabs.com/).
## Support
- **Dioxus v0.4** 🧬
- All renderers ([web](https://dioxuslabs.com/learn/0.4/getting_started/wasm), [desktop](https://dioxuslabs.com/learn/0.4/getting_started/desktop), [freya](https://github.com/marc2332/freya), etc)
- Both WASM and native targets
## Example
```bash
cargo run --example simple
```
MIT License