Skip to content

Commit

Permalink
docs: Update overview.md (#5011)
Browse files Browse the repository at this point in the history
Remove unnecessary word _doing_
  • Loading branch information
maangs authored Feb 21, 2023
1 parent f819674 commit 734f1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TanStack Query (FKA React Query) is often described as the missing data-fetching

## Motivation

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 doing 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.
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.

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:

Expand Down

0 comments on commit 734f1b3

Please sign in to comment.