dioxus-radio 📡🦀
Fully-typed global state management with a topics subscription system for Dioxus 🧬.
Who is this for
- You want a global state
- You really don't want unnecessary re-runs
- You want a precise state subscription system
- You don't want to clone the state unnecessarily
Support
Installation
Install the latest release:
cargo add dioxus-radio
Example
cargo run --example demo
MIT License