redux-side-effects
Side effect manager
A toolset to keep side effects within reducers while maintaining their purity.
Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.
180 stars
9 watching
9 forks
Language: JavaScript
last commit: over 8 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 |
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 |
weo-edu/redux-gen | A tool for Redux applications to manage side effects in a centralized way | 54 |
clarus/redux-ship | A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 610 |
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 |
ooade/preact-side-effect | A library to manage side effects in preact applications by mapping nested prop changes to global actions | 10 |
redux-effects/redux-effects-localstorage | A Redux effects driver that interacts with local storage. | 10 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,960 |
salsita/redux-saga-rxjs | An RxJS implementation of the Saga pattern to manage long-running transactions in Redux applications. | 112 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,939 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |
angular-redux/ng-redux | A tool that integrates Redux with Angular applications to manage global state and side effects in a structured way. | 1,156 |
purescript/purescript-effect | Provides a way to handle native side effects in PureScript programming | 53 |