Skip to content

Files

Latest commit

f41d402 · Sep 16, 2024

History

History

tanstack-query

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.