-
Hello! Under the Disabling/Pausing Queries section of the docs, it states that when the If |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
no, it's not. The FYI, in v4, the idle state will be removed, see: https://react-query-alpha.tanstack.com/guides/queries |
Beta Was this translation helpful? Give feedback.
no, it's not. The
state
gives information aboutdata
.loading
means there is no data yet, as doesidle
.success
means you havedata
. You can also be fetching while you are in success state if a background refetch happens.FYI, in v4, the idle state will be removed, see: https://react-query-alpha.tanstack.com/guides/queries