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

https://github.com/mehradi-github/ref-rtk-crud

The List-view with CRUD is created via Redux and RTK Query
https://github.com/mehradi-github/ref-rtk-crud

react redux-toolkit rtk-query

Last synced: about 1 month ago
JSON representation

The List-view with CRUD is created via Redux and RTK Query

Awesome Lists containing this project

README

          

# React, Redux and RTK Query

- [React, Redux and RTK Query](#react-redux-and-rtk-query)
- [Init project](#init-project)
- [API](#api)
- [Material UI](#material-ui)

## Init project

```sh
pnpm create react-app ref-rtk-crud --template typescript

pnpm add @reduxjs/toolkit react-redux react-router-dom react-toastify
```

## API

You can use [ref-rtk-crud-api](https://github.com/mehradi-github/ref-rtk-crud-api) project for testing and prototyping. Also you can use free [API](https://jsonplaceholder.typicode.com/)

## Material UI

[Material UI](https://mui.com/material-ui/getting-started/) is a library of React UI components that implements Google's Material Design.

```sh
pnpm add @mui/material @emotion/react @emotion/styled
```