redux-decorators
Redux utility
A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling.
A ridiculously good syntax for working with Redux using decorators in ES7 / TypeScript. Currently limited to Angular 2 but could potentially be used elsewhere.
90 stars
4 watching
10 forks
Language: TypeScript
last commit: over 8 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
aparticka/redux-bacon | Utilities to integrate Bacon.js with Redux for state management | 4 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
reduxjs/angular-redux | Angular bindings for Redux to simplify state management in Angular applications | 71 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
calvinfroedge/redux-modifiers | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
troch/deku-redux | A library that provides Redux integration with the Deku framework | 30 |
gregthebusker/replux | A set of reusable Redux components and utilities to simplify the management of application state in React applications | 27 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with localStorage | 10 |
tdzl2003/redux-viewmodel | A library that simplifies state management with Redux and React by providing a ViewModel abstraction | 29 |
acstll/chopped-redux | A simplified implementation of a predictable state container for JavaScript applications | 1 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |
angular-redux/store | A set of packages that help integrate Redux into Angular 2+ applications. | 1,337 |
mjaneczek/conventional-redux | A React application wrapper that simplifies Redux setup by providing conventions and automating basic tasks. | 175 |
glung/redux-java | A Java implementation of Redux, a predictable state container for apps. | 327 |