react query status questions #7183
Unanswered
yj-ilevit-com
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi! I'm a developer who has been using react query for a while now.
I have a question about react query status.
First question, the picture is my drawing, is it correct that when the component is mounted, assuming staleTime: 7000, it has the above state?
0-3: fresh & active
3-6: fresh & inactive
6-7: fresh & active
7~: stale & active
Second question: what should we call fresh, stale, active, inactive, paused, deleted (removed from garbage collection) collectively?? react query status?
Beta Was this translation helpful? Give feedback.
All reactions