Skip to content

Latest commit

 

History

History

tanstack-query

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Data Fetching with Tanstack Query

Key Topics

  • What Is Tanstack Query & Why Would You Use It?
  • Fetching & Mutating Data
  • Configuring Tanstack Query
  • Advanced Concepts: Cache Invalidation, Optimistic Updating & More

Running the Application

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.