Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)