redux-box
State manager
A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions.
Modular and easy-to-grasp redux based state management, with least boilerplate
708 stars
20 watching
22 forks
Language: JavaScript
last commit: 12 months ago
Linked from 2 awesome lists
reactreduxredux-saga
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
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 |
pedronauck/reworm | A state management library that simplifies the creation and update of application states using a functional programming approach | 1,467 |
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 |
bcherny/undux | A state management solution for React applications using a simple and type-safe API. | 1,495 |
smakazmi/react-3ducks | An alternative to Redux that simplifies state management in React applications by encapsulating data and behavior within multiple stores. | 7 |
lsunsi/reduxswift | A state management library for Swift applications using Redux principles | 39 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
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 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |
redux-zero/redux-zero | A lightweight state container library for managing application state in React and other frameworks | 1,967 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |