An open API service indexing awesome lists of open source software.

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

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