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

https://github.com/selmasaltik/react-tanstack-query

React Query / Tanstack Query: Handling HTTP Requests With Ease /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
https://github.com/selmasaltik/react-tanstack-query

react react-query react-router tanstack-query tanstack-react-query

Last synced: 2 months ago
JSON representation

React Query / Tanstack Query: Handling HTTP Requests With Ease /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"

Awesome Lists containing this project

README

          

# Data Fetching with TanStack Query (formerly React Query)
***Sending HTTP Requests With Ease***

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

**What Is TanStack Query?**

A library that helps sending HTTP requests & keeping your frontend UI in sync

***You Don’t Need TanStack Query!***

But it can vastly simplify your code (and your life as a developer)

**TanStack Query Does *Not Send HTTP* Requests**

At least **not on its own**

**You** have to write the code that sends the actual HTTP request

TanStack Query then manages the **data, errors, caching & much more!**

**TanStack Query Caches Query Data**

[TanStack Query Caches Query Data](https://www.canva.com/design/DAGVF6x24so/H78_S9zc1tjUJgQ__E1v7A/view?utm_content=DAGVF6x24so&utm_campaign=designshare&utm_medium=link&utm_source=editor)

[Tanstack Query](https://www.canva.com/design/DAGVE9SyNnk/vDhUVAPPsvmT8aibLtVG8w/view?utm_content=DAGVE9SyNnk&utm_campaign=designshare&utm_medium=link&utm_source=editor)

[TanStack Query](https://tanstack.com/query/latest)

[Beginner's Guide to React Query | Refine](https://refine.dev/blog/react-query-guide/#prerequisite)

[Why React Query?](https://ui.dev/why-react-query)