redux-await
Async Redux Module
A module that helps manage async state in Redux applications by providing middleware, a reducer, and a connector to handle promises in actions and state updates.
Manage async redux actions sanely
155 stars
6 watching
3 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
nwwells/redux-async | A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
sskyy/redux-task | Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. | 103 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
makeomatic/redux-connect | A utility library for handling async data loading in React applications with Redux state management | 548 |
tdzl2003/redux-viewmodel | A library that simplifies state management with Redux and React by providing a ViewModel abstraction | 29 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
brocoders/redux-async-connect | A package that enables loading and caching of asynchronous data in React applications using Redux state management. | 644 |