redux.NET
State manager
A predictable state container for .NET applications
Redux.NET is a predictable state container for .NET apps. Inspired by https://github.com/reactjs/redux.
713 stars
36 watching
87 forks
Language: C#
last commit: over 3 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
angular-redux/ng-redux | A tool that integrates Redux with Angular applications to manage global state and side effects in a structured way. | 1,159 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
pshomov/reducto | A .NET implementation of Redux for managing application state and handling actions | 76 |
izumin5210/droidux | A predictable state container implementation inspired by Redux for Android applications | 160 |
bcherny/undux | A state management solution for React applications using a simple and type-safe API. | 1,495 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
reduxkit/reduxkit | A predictable state container for Swift apps | 605 |
redux-zero/redux-zero | A lightweight state container library for managing application state in React and other frameworks | 1,967 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
mheiber/redux-machine | A tiny JavaScript library for creating state machines in Redux apps. | 336 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |