This demo is a simple example of how to use React Query to fetch data from an API and manipulate it in a React application.
To run this demo, you need to have my Spring-JPAStreamer-Demo running on your local machine. You can find the repository here
- Clone the repository
- Run
pnpm install - Run
pnpm run dev - Open
http://localhost:5173in your browser - Enjoy!
- Fetch data from an API
- Display data
- Edit data
- Delete data
- Add data
- React
- React Query
- React Router
- Tailwind CSS
- Vite
This project is provided as-is under the MIT License