redux-logic
Logic middleware
Middleware for organizing business logic in Redux applications
Redux middleware for organizing all your business logic. Intercept actions and perform async processing.
2k stars
39 watching
107 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thinkjs/think-logic | Provides a middleware component for logic execution in ThinkJS 3.x applications | 2 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
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 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
markdalgleish/redux-analytics | A middleware solution for tracking and analyzing Redux application state changes | 489 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |
thinkjs/think-controller | Middleware for handling controller logic in ThinkJS 3.x applications | 5 |
d6u/redux-observable-middleware | Middleware for subscribing to observables in Redux action creators. | 57 |