chopped-redux
State container
A simplified implementation of a predictable state container for JavaScript applications
An implementation of @gaearon Redux: https://github.com/gaearon/redux
1 stars
2 watching
0 forks
Language: JavaScript
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
reduxkit/reduxkit | A predictable state container for Swift apps | 605 |
glung/redux-java | A Java implementation of Redux, a predictable state container for apps. | 327 |
redux-zero/redux-zero | A lightweight state container library for managing application state in React and other frameworks | 1,967 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 713 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
aparticka/redux-bacon | Utilities to integrate Bacon.js with Redux for state management | 4 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
reduxjs/angular-redux | Angular bindings for Redux to simplify state management in Angular applications | 72 |
faber/purescript-purdux | A state container inspired by Redux, designed for the Purescript programming language | 0 |
omnidan/redux-recycle | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
acdlite/redux-transducers | Utilities for working with transducers in Redux applications | 130 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |