redux-reducer-async
Async reducer creator
A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way.
Create redux reducers for async behaviors of multiple actions.
14 stars
2 watching
2 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
actionactionsasyncfluxflux-architectureflux-patternflux-standard-actionfsafsa-actionspromisepromisesreactreducerreducer-creationreducersredux
Related projects:
Repository | Description | Stars |
---|---|---|
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
calvinfroedge/redux-modifiers | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
redux-things/redux-actions-assertions | Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
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 |