Skip to content

Commit b23bb39

Browse files
authored
docs: Update overview.md (#8859)
Updated several mentions of "React Query" to "TanStack Query". Wrote "formerly known as" instead of using a not all that well known abbreviation to better support the multilingual audience.
1 parent 6d03341 commit b23bb39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/framework/react/overview.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: overview
33
title: Overview
44
---
55

6-
TanStack Query (FKA React Query) is often described as the missing data-fetching library for web applications, but in more technical terms, it makes **fetching, caching, synchronizing and updating server state** in your web applications a breeze.
6+
TanStack Query (formerly known as React Query) is often described as the missing data-fetching library for web applications, but in more technical terms, it makes **fetching, caching, synchronizing and updating server state** in your web applications a breeze.
77

88
## Motivation
99

@@ -29,11 +29,11 @@ Once you grasp the nature of server state in your application, **even more chall
2929

3030
If you're not overwhelmed by that list, then that must mean that you've probably solved all of your server state problems already and deserve an award. However, if you are like a vast majority of people, you either have yet to tackle all or most of these challenges and we're only scratching the surface!
3131

32-
React Query is hands down one of the _best_ libraries for managing server state. It works amazingly well **out-of-the-box, with zero-config, and can be customized** to your liking as your application grows.
32+
TanStack Query is hands down one of the _best_ libraries for managing server state. It works amazingly well **out-of-the-box, with zero-config, and can be customized** to your liking as your application grows.
3333

34-
React Query allows you to defeat and overcome the tricky challenges and hurdles of _server state_ and control your app data before it starts to control you.
34+
TanStack Query allows you to defeat and overcome the tricky challenges and hurdles of _server state_ and control your app data before it starts to control you.
3535

36-
On a more technical note, React Query will likely:
36+
On a more technical note, TanStack Query will likely:
3737

3838
- Help you remove **many** lines of complicated and misunderstood code from your application and replace with just a handful of lines of React Query logic.
3939
- Make your application more maintainable and easier to build new features without worrying about wiring up new server state data sources
@@ -44,7 +44,7 @@ On a more technical note, React Query will likely:
4444

4545
## Enough talk, show me some code already!
4646

47-
In the example below, you can see React Query in its most basic and simple form being used to fetch the GitHub stats for the React Query GitHub project itself:
47+
In the example below, you can see TanStack Query in its most basic and simple form being used to fetch the GitHub stats for the TanStack Query GitHub project itself:
4848

4949
[Open in StackBlitz](https://stackblitz.com/github/TanStack/query/tree/main/examples/react/simple)
5050

@@ -95,7 +95,7 @@ function Example() {
9595

9696
## You talked me into it, so what now?
9797

98-
- Consider taking the official [React Query Course](https://query.gg?s=tanstack) (or buying it for your whole team!)
99-
- Learn React Query at your own pace with our amazingly thorough [Walkthrough Guide](./installation.md) and [API Reference](./reference/useQuery.md)
98+
- Consider taking the official [TanStack Query Course](https://query.gg?s=tanstack) (or buying it for your whole team!)
99+
- Learn TanStack Query at your own pace with our amazingly thorough [Walkthrough Guide](./installation.md) and [API Reference](./reference/useQuery.md)
100100

101101
[//]: # 'Materials'

0 commit comments

Comments
 (0)