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
- Host: GitHub
- URL: https://github.com/mehradi-github/ref-rtk-crud
- Owner: mehradi-github
- Created: 2023-10-24T12:58:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-10T18:14:51.000Z (over 2 years ago)
- Last Synced: 2025-10-21T18:35:59.832Z (8 months ago)
- Topics: react, redux-toolkit, rtk-query
- Language: TypeScript
- Homepage:
- Size: 977 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```