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.

GitHub

14 stars
2 watching
2 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list

actionactionsasyncfluxflux-architectureflux-patternflux-standard-actionfsafsa-actionspromisepromisesreactreducerreducer-creationreducersredux

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
fredericheem/redux-act-asyncReduces boilerplate code for creating async actions and reducers in Redux applications125
lewis617/redux-amrcA tool for managing asynchronous actions in Redux applications with minimal boilerplate code.35
alnorris/redux-actiontyperA tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies.57
grigory-leonenko/redux-easy-actionsSimplifies Redux action creation by providing a decorator to automatically generate action types and payloads.42
zackargyle/redux-immutable-reducerEnables immutable state in Redux reducers40
lukasz-pluszczewski/redux-better-promiseMiddleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power15
joshburgess/redux-mostMiddleware for Redux that handles async actions with monadic streams and reactive programming.139
amsardesai/redux-test-reducerA utility for testing Redux reducers in isolation11
zackargyle/redux-async-queueMiddleware for Redux to queue and execute actions asynchronously112
calvinfroedge/redux-modifiersA collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures157
erikras/multireducerUtility to create a single reducer from multiple copies of the same reducer422
itsmepetrov/redux-combine-actionsMiddleware that combines async actions into a single dispatch sequence or parallel execution163
redux-things/redux-actions-assertionsLibrary for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing.188
pburtchaell/redux-promise-middlewareEnables simple handling of async action creators in Redux1,982
nwwells/redux-asyncA middleware library that enables the dispatch of asynchronous actions in Redux applications.44