redux-saga
Side effect management
Library to manage application side effects in Redux apps using asynchronous flows and Generators
An alternative side effect model for Redux apps
23k stars
249 watching
2k forks
Language: JavaScript
last commit: 2 months ago
Linked from 2 awesome lists
effectsmiddlewarereduxredux-sagasagas
Related projects:
Repository | Description | Stars |
---|---|---|
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,850 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,511 |
salsita/redux-saga-rxjs | An RxJS implementation of the Saga pattern to manage long-running transactions in Redux applications. | 112 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,803 |
logrocket/redux-logger | A Redux middleware that logs and visualizes application state changes | 5,760 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
markerikson/redux-ecosystem-links | A comprehensive resource for Redux developers | 5,229 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
redux-utilities/redux-promise | A middleware for Redux that handles promises in Flux Standard Actions | 2,667 |
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 |
nwwells/redux-async | A middleware library that enables the dispatch of asynchronous actions in Redux applications. | 44 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
redocly/redoc | Generates beautiful API documentation from OpenAPI definitions | 23,617 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |