redux-dsm
Async State Manager
Generates boilerplate code for managing asynchronous state transitions in Redux applications.
Declarative state machines for Redux: Reduce your async-state boilerplate.
221 stars
7 watching
19 forks
Language: JavaScript
last commit: 8 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
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 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
dogada/edux | Edux is a simplified state management system that generates boilerplate code from changes files, aiming to reduce repetition in Redux applications. | 6 |
vadimtrifonov/rxstatereducer | Demonstrates an approach to managing asynchronous state in software applications using reactive programming and a unidirectional data flow | 4 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |