redux-schema
Redux manager
A tool to simplify Redux-based state management by automating action creators and reducers
Automatic actions, reducers and validation for Redux
156 stars
4 watching
8 forks
Language: JavaScript
last commit: over 7 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 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,939 |
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 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
redux-effects/redux-effects | A library that simplifies the creation and management of effects in Redux applications by abstracting away low-level implementation details. | 495 |
jamesplease/redux-resource | A lightweight system for managing persistent data in Redux applications | 236 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
jhen0409/redux-dispatch-cli | A CLI tool for managing remote Redux dispatch instances and interacting with remotedev-server | 30 |
guillaumesalles/redux.net | A predictable state container for .NET applications | 714 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
salsita/redux-saga-rxjs | An RxJS implementation of the Saga pattern to manage long-running transactions in Redux applications. | 112 |
pshomov/reducto | A .NET implementation of Redux for managing application state and handling actions | 76 |
tdzl2003/redux-viewmodel | A library that simplifies state management with Redux and React by providing a ViewModel abstraction | 29 |