reducto
State manager
A .NET implementation of Redux for managing application state and handling actions
A port of Redux to .NET
76 stars
5 watching
5 forks
Language: C#
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
bcherny/undux | A state management solution for React applications using a simple and type-safe API. | 1,495 |
torhovland/blazor-redux | A library that integrates Redux state management with Blazor web application development | 482 |
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 |
le-nn/memento | A client-side state management container for Blazor/.NET with redo/undo and ReduxDevTools support. | 40 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
pedronauck/reworm | A state management library that simplifies the creation and update of application states using a functional programming approach | 1,467 |
alexnav73/corecraft | A C# library providing automatic state management and persistence features | 8 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
mheiber/redux-machine | A tiny JavaScript library for creating state machines in Redux apps. | 336 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |