Skip to content

Commit 9434a16

Browse files
authored
docs: Fix typo (#5029)
wholistic -> holistic
1 parent 8b51e8b commit 9434a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TanStack Query (FKA React Query) is often described as the missing data-fetching
77

88
## Motivation
99

10-
Most core web frameworks **do not** come with an opinionated way of fetching or updating data in a wholistic way. Because of this developers end up building either meta-frameworks which encapsulate strict opinions about data-fetching, or they invent their own ways of fetching data. This usually means cobbling together component-based state and side-effects, or using more general purpose state management libraries to store and provide asynchronous data throughout their apps.
10+
Most core web frameworks **do not** come with an opinionated way of fetching or updating data in a holistic way. Because of this developers end up building either meta-frameworks which encapsulate strict opinions about data-fetching, or they invent their own ways of fetching data. This usually means cobbling together component-based state and side-effects, or using more general purpose state management libraries to store and provide asynchronous data throughout their apps.
1111

1212
While most traditional state management libraries are great for working with client state, they are **not so great at working with async or server state**. This is because **server state is totally different**. For starters, server state:
1313

0 commit comments

Comments
 (0)