https://github.com/mehradi-github/ref-react-redux-2503
React and Redux Toolkit
https://github.com/mehradi-github/ref-react-redux-2503
Last synced: 4 months ago
JSON representation
React and Redux Toolkit
- Host: GitHub
- URL: https://github.com/mehradi-github/ref-react-redux-2503
- Owner: mehradi-github
- License: mit
- Created: 2025-02-26T21:47:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T22:42:59.000Z (over 1 year ago)
- Last Synced: 2025-08-23T19:58:21.892Z (10 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React and Redux Toolkit
## What Is "Redux"?
- A single store containing "global" state
- Dispatching plain object actions to the store when something happens in the app
- Pure reducer functions looking at those actions and returning immutably updated state