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: about 2 years ago
Linked from 1 awesome list
actionactionsasyncfluxflux-architectureflux-patternflux-standard-actionfsafsa-actionspromisepromisesreactreducerreducer-creationreducersredux
Related projects:
Repository | Description | Stars |
---|---|---|
| Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
| A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
| Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| Enables immutable state in Redux reducers | 40 |
| Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
| Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
| A utility for testing Redux reducers in isolation | 11 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
| Utility to create a single reducer from multiple copies of the same reducer | 422 |
| Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
| Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
| Enables simple handling of async action creators in Redux | 1,982 |
| A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |