redux-cycles
Side effect handler
A library that integrates functional reactive programming with Redux to handle side effects in a declarative way
Bring functional reactive programming to Redux using Cycle.js
744 stars
22 watching
30 forks
Language: JavaScript
last commit: almost 7 years ago
Linked from 2 awesome lists
cyclecycle-drivercyclejsfunctional-reactive-programmingmiddlewarereactreactivereduxredux-cycle-middlewareside-effect
Related projects:
Repository | Description | Stars |
---|---|---|
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
danrigsby/redux-reducer-side-effects | A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
clarus/redux-ship | A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 611 |
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 |
cyclejs-community/cycle-keyboard | A keyboard driver for cycle.js that provides event streams for key input and modifier states | 9 |
erykpiast/cyclejs-examples | Example web applications showcasing the use of Cycle.js for building reactive user interfaces | 9 |
cyclejs-community/cyclic-router | A routing library designed to work with the Cycle.js framework, providing a routerify function to simplify route management. | 109 |
weo-edu/redux-gen | A tool for Redux applications to manage side effects in a centralized way | 54 |
matthieu-beteille/redux-data-fx | A library that helps separate business logic and side effects in Redux applications using declarative data structures | 53 |
salsita/redux-side-effects | A toolset to keep side effects within reducers while maintaining their purity. | 180 |
cyclejs-community/built-with-cycle | A showcase website featuring projects built with Cycle.js | 9 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |
cyclejs/cycle-time-travel | A debugging tool for Cycle.js apps that allows users to inspect and manipulate the data flow of their applications | 217 |
cyclejs/cycle-notification-driver | Provides an interface to display and respond to HTML5 notifications in web applications | 22 |
cyclejs/storage | A Cycle.js driver for interacting with browser storage | 51 |