learn-redux
State management guide
A comprehensive guide to learning Redux for managing state in web and mobile applications
Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
446 stars
110 watching
42 forks
Language: HTML
last commit: about 3 years ago
Linked from 1 awesome list
elm-architecturehowtojavascriptreactreduxtutorial
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux | A JavaScript library for managing global state in applications | 60,939 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
angular-redux/ng-redux | A tool that integrates Redux with Angular applications to manage global state and side effects in a structured way. | 1,156 |
kwame998/wepy-redux | A Wepy project integrating Redux for state management in JavaScript applications. | 9 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
bcherny/undux | A state management solution for React applications using a simple and type-safe API. | 1,495 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 714 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
yang-wei/vue-redux | A Vue.js mixin that integrates Redux state management | 142 |
smakazmi/react-3ducks | An alternative to Redux that simplifies state management in React applications by encapsulating data and behavior within multiple stores. | 7 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |
byte-fe/react-model | A state management library for React applications | 236 |
infomedialtd/angular2-redux-example | Example project demonstrating the integration of Redux with Angular 2 and TypeScript for state management in a web application. | 71 |
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |