- What Is Tanstack Query & Why Would You Use It?
- Fetching & Mutating Data
- Configuring Tanstack Query
- Advanced Concepts: Cache Invalidation, Optimistic Updating & More
To run the application, follow these steps:
git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/tanstack-query # navigate to project folder
npm install # install dependencies, backend & frontend
npm run dev # start development servers, backend & frontend
Open http://localhost:5173 in a browser to view the application.