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

https://github.com/mchamoudadev/mss-somali


https://github.com/mchamoudadev/mss-somali

Last synced: 9 months ago
JSON representation

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)