ducks-modular-redux
Reducer bundle
A proposal for bundling reducers, action types, and actions in Redux applications to simplify development and reuse.
A proposal for bundling reducers, action types and actions when using Redux
10k stars
123 watching
338 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,512 |
rematch/rematch | A state management library for JavaScript applications that reduces Redux boilerplate and enforces best practices. | 8,473 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
palantir/redoodle | An addon library that enhances Redux integration with TypeScript by solving common pains and providing type-safe action creation and reducer inference. | 100 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
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 |
kvoti/redux-rest | Automatically generates Redux action creators and reducers for REST APIs | 180 |
erikras/react-redux-universal-hot-example | A starter boilerplate for a universal web application using React, Redux, and Express | 11,990 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |