redux-act-async
Async reducer generator
Reduces boilerplate code for creating async actions and reducers in Redux applications
Reduce boilerplate for redux async actions and reducers
125 stars
6 watching
22 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
asyncredux
Related projects:
Repository | Description | Stars |
---|---|---|
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
idolize/redux-requests | Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests | 243 |
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 |
makeomatic/redux-connect | A utility library for handling async data loading in React applications with Redux state management | 548 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
lexich/redux-api | Generates boilerplate code for Redux-based client-side API interactions | 496 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |