redux-sync-promise
Action synchronizer
Middleware for writing asynchronous actions in synchronous style
Writing asynchronous actions in synchronous style
4 stars
2 watching
0 forks
Language: JavaScript
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
perry-mitchell/redux-browser-extension-sync | A toolkit to synchronize Redux state between different parts of a browser extension | 6 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
rustyio/sync | Utility for automatic code recompilation and reloading in Erlang development environments | 749 |
ezekielchentnik/redux-reporter | Middleware for reporting actions to third party APIs | 19 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
mcollina/syncthrough | Synchronous data transformation stream with enforced backpressure | 99 |