Replies: 2 comments
-
have you read this page? |
Beta Was this translation helpful? Give feedback.
0 replies
-
isFetching is about network connection - Network Mode isLoading is about you have data of specific query key you passed in useQuery. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
As a junior front-end developer, I recently encountered a small problem when use react query:I realized that I don't really understand the essence of the isLoading & isFetching descriptions, so I hope I can get some help from you here. Do they mean the same thing? Also, is there an inclusive or sequential relationship between them?Can anyone give me an answer? Thank you very much.https://tanstack.com/query/v4/docs/reference/useQuery
Your minimal, reproducible example
no
Steps to reproduce
no
Expected behavior
no
How often does this bug happen?
No response
Screenshots or Videos
No response
Platform
no
react-query version
no
TypeScript version
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions