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 8 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
| | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
| | Allows dispatching multiple actions from one action creator in a non-blocking manner | 137 |
| | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
| | Middleware for Redux to queue and execute actions asynchronously | 112 |
| | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
| | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |
| | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
| | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
| | A reimplementation of Redux using RxJS | 420 |
| | 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 JavaScript library for managing global state in applications | 60,939 |