redux-amrc
Action manager
A tool for managing asynchronous actions in Redux applications with minimal boilerplate code.
Redux async middleware and reducer creator
35 stars
3 watching
8 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 421 |
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 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |