Replies: 2 comments 1 reply
-
I have the same question. I tried using Fluxor (https://github.com/mrpmorris/Fluxor), which works great in Blazor, but had no luck with it in MAUI so far. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use IServiceCollection to resolve dependencies, and Bindable/Notificiation properties and events to communicate changes. I don't think you need a framework for state management. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm super excited to start working with MAUI, I'll be trying it out the second the preview becomes available! One question I did have, what does the state management system look like? Will it be modelled off of existing global state management tools like Redux, or are you implementing your own way to process immutable data?
Beta Was this translation helpful? Give feedback.
All reactions