redux-callbag
Side effect handler
Middleware for handling side effects in Redux actions with callbag observables
🕺🕺Redux middleware for action side effects with callbag 👉< 1KB
182 stars
4 watching
27 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
callbagcallbagsobservablereactreactivereduxredux-middleware
Related projects:
Repository | Description | Stars |
---|---|---|
danrigsby/redux-reducer-side-effects | A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
sskyy/redux-task | Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. | 103 |
clarus/redux-ship | A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 611 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
salsita/redux-side-effects | A toolset to keep side effects within reducers while maintaining their purity. | 180 |