redux-saga-rxjs
Saga manager
An RxJS implementation of the Saga pattern to manage long-running transactions in Redux applications.
RxJS implementation of Saga pattern for redux
112 stars
11 watching
5 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 421 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
niklv/vuex-coolstory | A Vuex plugin for managing side effects with Redux Saga | 23 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
xkawi/react-universal-saga | A React Universal Starter Kit featuring Redux Saga for managing side effects and state in a single application | 186 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |
salsita/redux-side-effects | A toolset to keep side effects within reducers while maintaining their purity. | 180 |
pke/eslint-plugin-redux-saga | A plugin for ESLint to enforce best practices and rules for redux-saga workflows | 135 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
shiftyp/redurx | A state management system using RxJS Observables and reducers, allowing asynchronous operations and functional computation of additional state | 95 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
angular-redux/ng-redux | A tool that integrates Redux with Angular applications to manage global state and side effects in a structured way. | 1,159 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
rxswiftcommunity/rxstate | A state container and implementation of Redux using RxSwift, designed to facilitate unidirectional data flow architecture for managing app state. | 154 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |