redux.NET
redux.NET copied to clipboard
Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
I open this issue to know what kind of features people would want in a v3. I don't currently use Redux.NET in my day to day job so I can't...
Hi, Can we use this platform for C#.NET Windows Applications or no?.
The error in Windows Form, Netframework 4.7.2 ``` The call is ambiguous between the following methods or properties: 'System.ObservableExtensions.Subscribe(System.IObservable, System.Action)' and 'System.ObservableExtensions.Subscribe(System.IObservable, System.Action)' ```
Hi all, I'm really interested in this project. I'm playing around with using react and redux in C# and, particularly after reading the V3.0 discussion, I think this project fits...
Saga
Hi, It will be great if we can have such a Redux-Saga implementation.
In a larger app where we have lots of reducers and dispatched actions, does it make sense to try and avoid type checking within each reducer? For example, the following...
Hi, I am working on Xamarin application and have been using MVVM so far. I am now trying to incorporate Redux to manage the state. My question is, which a...
Hi, All. Does anybody try resux.NET with ReactiveUI? How it works together?
Installing the redux.NET Dev Tools NuGet package as shown in the documentation gets a very old version (from 2015). Attempting to use it results in a `MissingMethodException`. Looking at the...