https://github.com/mchamoudadev/mss-somali
https://github.com/mchamoudadev/mss-somali
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mchamoudadev/mss-somali
- Owner: mchamoudadev
- Created: 2022-10-25T07:04:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T07:07:14.000Z (over 3 years ago)
- Last Synced: 2025-04-15T19:41:12.901Z (about 1 year ago)
- Language: JavaScript
- Homepage: mss-somali.vercel.app
- Size: 2.68 MB
- Stars: 5
- 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)