redux-most
Async middleware
Middleware for Redux that handles async actions with monadic streams and reactive programming.
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
139 stars
9 watching
14 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
asyncasynchronous-programmingepicsfunctionalfunctional-programmingmiddlewaremonadic-streamsmostmostjsobservablereactivereactive-programmingreduxredux-observableredux-sagaredux-thunkrxjssagasstreamsthe-saga-pattern
Related projects:
Repository | Description | Stars |
---|---|---|
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,806 |
nwwells/redux-async | A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |
joshwcomeau/redux-sounds | Middleware for playing audio in Redux applications using Howler.js | 131 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
shanhaichik/redux-sync-promise | Middleware for writing asynchronous actions in synchronous style | 4 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
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 |