actionware
Action manager
A Redux library reducing boilerplate and automating error and busy status management in action executions.
Redux with less boilerplate, actions statuses and controlled side-effects in a single shot.
200 stars
6 watching
7 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
actionsasync-actionsboilerplatereact-reduxredux
Related projects:
Repository | Description | Stars |
---|---|---|
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
yorunohikage/redux-devtools-dispatch | A tool to manually dispatch actions in Redux applications for testing purposes | 142 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
bvaughn/redux-devtools-filterable-log-monitor | A tool that displays Redux action logs in a filterable tree view. | 153 |
ashaffer/redux-multi | Enables the dispatch of multiple actions from one action creator in a Redux application. | 137 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
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 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
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 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,930 |
actlist/actlist | A utility platform to execute user-defined action lists easily and simply | 127 |
sskyy/redux-task | Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. | 103 |
ddsol/redux-schema | A tool to simplify Redux-based state management by automating action creators and reducers | 156 |