redux-task
Side Effects Manager
Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states.
A simple Side Effects manager for redux.
103 stars
2 watching
2 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
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 |
salsita/redux-side-effects | A toolset to keep side effects within reducers while maintaining their purity. | 180 |
weo-edu/redux-gen | A tool for Redux applications to manage side effects in a centralized way | 54 |
redux-effects/redux-effects | A library that simplifies the creation and management of effects in Redux applications by abstracting away low-level implementation details. | 495 |
clarus/redux-ship | A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 611 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
ooade/preact-side-effect | A library to manage side effects in preact applications by mapping nested prop changes to global actions | 10 |
kwame998/wepy-redux | A Wepy project integrating Redux for state management in JavaScript applications. | 9 |