https://github.com/mchamoudadev/msssomali-with-redux
https://github.com/mchamoudadev/msssomali-with-redux
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mchamoudadev/msssomali-with-redux
- Owner: mchamoudadev
- Created: 2022-10-14T13:17:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T07:05:48.000Z (over 3 years ago)
- Last Synced: 2025-04-06T00:11:13.039Z (about 1 year ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Redux Toolkit
#### Install Template
```sh
npx create-react-app my-app --template redux
```
- @latest
```sh
npx create-react-app@latest my-app --template redux
```
#### Existing App
```sh
npm install @reduxjs/toolkit react-redux
```
#### @reduxjs/toolkit
consists of few libraries
- redux (core library, state management)
- immer (allows to mutate state)
- redux-thunk (handles async actions)
- reselect (simplifies reducer functions)