edux
State manager
Edux is a simplified state management system that generates boilerplate code from changes files, aiming to reduce repetition in Redux applications.
Edux is DRY version of Redux (no constants and switches, actions and reducers are generated from single source).
6 stars
3 watching
1 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
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 |
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 |
kwame998/wepy-redux | A Wepy project integrating Redux for state management in JavaScript applications. | 9 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
tolitius/mount | A state management system for Clojure and ClojureScript applications | 1,230 |
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 |
izumin5210/droidux | A predictable state container implementation inspired by Redux for Android applications | 160 |
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 |
autodesk/clearx | An alternative to Redux and MobX for managing application state in React applications | 22 |