redurx
State management system
A state management system using RxJS Observables and reducers, allowing asynchronous operations and functional computation of additional state
Redux'ish Functional State Management using RxJS
95 stars
7 watching
3 forks
Language: JavaScript
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux | A JavaScript library for managing global state in applications | 60,939 |
rintoj/statex | A state management library for unidirectional data flow and immutable uni-state with support for Angular and React | 68 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
vadimtrifonov/rxstatereducer | Demonstrates an approach to managing asynchronous state in software applications using reactive programming and a unidirectional data flow | 4 |
peterluhub/xsm | A state management system for Angular, React, Vue, and Svelte that simplifies the use of reactive state with automatic re-rendering and efficient memory management. | 138 |
rxswiftcommunity/rxstate | A state container and implementation of Redux using RxSwift, designed to facilitate unidirectional data flow architecture for managing app state. | 154 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
umijs/hox | A state management solution for React components | 1,458 |
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |
pedronauck/reworm | A state management library that simplifies the creation and update of application states using a functional programming approach | 1,466 |
jonabrams/spaceace | An immutable state management library designed to simplify state updates and improve code organization | 164 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
jas-chen/rx-redux | A reimplementation of Redux using RxJS | 420 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |