redux-loop
Effect handling library
A library that enables reducers to handle effects naturally and purely by returning them from the reducer
A library that ports Elm's effect system to Redux
2k stars
43 watching
122 forks
Language: JavaScript
last commit: 8 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with localStorage | 10 |
clarus/redux-ship | A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 611 |
matthieu-beteille/redux-data-fx | A library that helps separate business logic and side effects in Redux applications using declarative data structures | 53 |
danrigsby/redux-reducer-side-effects | A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
reduxjs/angular-redux | Angular bindings for Redux to simplify state management in Angular applications | 71 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
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 |
calvinfroedge/redux-modifiers | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
banderson/generator-redux | A tool for creating Redux applications with functional architecture and development tools. | 252 |
troch/deku-redux | A library that provides Redux integration with the Deku framework | 30 |
redux-effects/redux-effects-credentials | Adds credentials to fetch requests when conditions are met | 23 |
redux-things/redux-actions-assertions | Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |