modx is an experimental way to handle states with structs in Dioxus inspired by mobx.
Example
Documentation
Documentation can be found at https://docs.rs/modx
More examples
There are some examples at ~/examples
so you can see how to use modx
and how it behaves.
You can run an example with:
with this_example
being the name of the file (without the extension)
Development progress
In the near future, most of the hooks should be rewrote to work with modx.
Here is the current status:
- Signals
- Props
- Resources
- Memo
- Server future