redux-actions
Action creator
Utilities for creating and managing Redux actions
Flux Standard Action utilities for Redux.
7k stars
65 watching
298 forks
Language: JavaScript
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
redux-utilities/flux-standard-action | Defines a standard format for Flux actions in JavaScript to make them more readable and useful | 4,749 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,950 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,408 |
redux-utilities/redux-promise | A middleware for Redux that handles promises in Flux Standard Actions | 2,667 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,532 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,848 |
happypoulp/redux-tutorial | A step-by-step tutorial on using Redux for state management in JavaScript applications | 3,754 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
reduxjs/redux-toolkit | An opinionated toolset for efficient Redux development | 10,785 |
logrocket/redux-logger | A Redux middleware that logs and visualizes application state changes | 5,758 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,081 |
reduxjs/reselect | A library for creating efficient and composable selector functions to derive data from immutable state. | 19,049 |
rt2zz/redux-persist | A tool for persisting and rehydrating Redux stores. | 12,974 |
erikras/ducks-modular-redux | A proposal for bundling reducers, action types, and actions in Redux applications to simplify development and reuse. | 9,602 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |