redux-multi
Action dispatcher
Allows dispatching multiple actions from one action creator in a non-blocking manner
137 stars
4 watching
8 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A tool to manually dispatch actions in Redux applications for testing purposes | 142 |
| A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
| A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
| Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
| Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
| A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
| Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
| A CLI tool for managing remote Redux dispatch instances and interacting with remotedev-server | 30 |
| An opinionated library to create actions and reducers for Redux in a specific way | 1,488 |
| A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications. | 843 |
| Adds hostname of originating computer to action metadata in Redux middleware | 0 |
| A middleware that simplifies data fetching and status tracking in Redux applications. | 38 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| Middleware for reporting actions to third party APIs | 19 |