redux-actions
Action creator
Utilities for creating and managing Redux actions
Flux Standard Action utilities for Redux.
7k stars
65 watching
299 forks
Language: JavaScript
last commit: 4 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,750 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
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,536 |
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,852 |
happypoulp/redux-tutorial | A step-by-step tutorial on using Redux for state management in JavaScript applications | 3,755 |
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,737 |
logrocket/redux-logger | A Redux middleware that logs and visualizes application state changes | 5,760 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
reduxjs/reselect | A library for creating efficient and composable selector functions to derive data from immutable state. | 19,043 |
rt2zz/redux-persist | A tool for persisting and rehydrating Redux stores. | 12,963 |
erikras/ducks-modular-redux | A proposal for bundling reducers, action types, and actions in Redux applications to simplify development and reuse. | 9,599 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |