Data Fetching with tanstack query #278
Unanswered
amirzahavi
asked this question in
Q&A
Replies: 1 comment
-
createQuery uses createResource under the hood so I don't see why it wouldn't work. Might have more luck asking over there. |
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.
-
Is there a way to use
createQuery
inside of the data fetching function (withoutcreateReousrce
)?I've tried it in my project and it didn't seem to work, also tried to set
suspense: true
.And if possible, does it support the
refetchInterval
functionality of the Tanstack query?Beta Was this translation helpful? Give feedback.
All reactions