Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/potlitel/rtk-query-crud
Practical exercise of the following link : https://www.youtube.com/watch?v=A8gd1EWOCyA
https://github.com/potlitel/rtk-query-crud
antd antdesign crud crud-application react reactjs redux redux-toolkit tailwind-merge tailwindcss
Last synced: about 8 hours ago
JSON representation
Practical exercise of the following link : https://www.youtube.com/watch?v=A8gd1EWOCyA
- Host: GitHub
- URL: https://github.com/potlitel/rtk-query-crud
- Owner: potlitel
- Created: 2023-08-23T02:14:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-24T22:21:43.000Z (about 1 year ago)
- Last Synced: 2023-08-24T23:56:48.188Z (about 1 year ago)
- Topics: antd, antdesign, crud, crud-application, react, reactjs, redux, redux-toolkit, tailwind-merge, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh### Usefull links
[RTK Query: Clean way to set minimum time threshold on initial data fetches or mutations #1276](https://github.com/reduxjs/redux-toolkit/discussions/1276)
[Build a CRUD App with React.js and Redux Toolkit](https://codevoweb.com/build-crud-app-with-reactjs-and-redux-toolkit/#google_vignette)
[How to hide the OK and Cancel buttons of antd Modal?](https://stackoverflow.com/questions/40699879/how-to-hide-the-ok-and-cancel-buttons-of-antd-modal)