Replies: 1 comment 2 replies
-
promise is experimental, was added recently and we only made it compatible with the react layer. I don’t know how it would work in vue, if at all. react doesn’t return |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to "await" for the data in a specific situation.
I found “suspense” and “promise” of “useQuery” in the docs, without being described in detail.
I know that it is still quite new, but for me both do the same job, or what are the differences, or for which use case is which variant intended?
Example for tanstack vue-query:
Beta Was this translation helpful? Give feedback.
All reactions