React Query: status reference
2 November 2023 (Updated 2 November 2023)
On this page
In a nutshell
The status
of a useQuery
can be one of the following:
pending
: There is no cached data and no query attempt has finished yet.error
: The query attempt resulted in an error.success
: The query received a response without any errors.
Sources
Tagged:
React Query
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment