redux-multi
Action dispatcher
Enables dispatching multiple actions from one action creator in a Redux application
137 stars
4 watching
8 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
yorunohikage/redux-devtools-dispatch | A tool to manually dispatch actions in Redux applications for testing purposes | 142 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
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 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
jhen0409/redux-dispatch-cli | A CLI tool for managing remote Redux dispatch instances and interacting with remotedev-server | 30 |
pauldijou/redux-act | An opinionated library to create actions and reducers for Redux in a specific way | 1,489 |
omnidan/redux-ignore | A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications. | 843 |
sabrehagen/redux-action-host | Adds hostname of originating computer to action metadata in Redux middleware | 0 |
zslucky/redux-fetch-middleware | A middleware that simplifies data fetching and status tracking in Redux applications. | 38 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
ezekielchentnik/redux-reporter | Middleware for reporting actions to third party APIs | 19 |