[Disclaimer: I come from frontend, react/angular world where i use redux/ngrx for state management.]
Is there some standard way of managing application state in WPF applications?
I’ve seen some use of built in commands. On the other hand, i’ve seen Redux.NET library.
For one of the projects i need to make a decision on app state management and i’d like to go with some standard way.
So, is there a single standard way or maybe a list of 3 most used?