redux-actiontyper
Action creator
A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies.
Helper to create less verbose action types for Redux
57 stars
1 watching
1 forks
Language: JavaScript
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
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 |
pauldijou/redux-act | An opinionated library to create actions and reducers for Redux in a specific way | 1,489 |
redux-things/redux-actions-assertions | Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |
joseph-galindo/eslint-plugin-fsa | Enforces Redux action creators to conform to a standardized format | 4 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
iliaidakiev/ngrx-action-bundles | A library that automates action creation and management in NGRX Redux applications | 14 |
kvoti/redux-rest | Automatically generates Redux action creators and reducers for REST APIs | 180 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
omnidan/redux-ignore | A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications. | 843 |
yorunohikage/redux-devtools-dispatch | A tool to manually dispatch actions in Redux applications for testing purposes | 142 |