Using prefetchInfiniteQuery and useInfiniteQuery #7494
Unanswered
alfredosdpiii
asked this question in
Q&A
Replies: 1 comment
-
sorry there's a lot of seemingly unrelated code. Generally, prefetching infinite queries on the server should work. If it doesn't for you, please show a minimal runnable reproduction with stackblitz or codesandbox. thanks. |
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.
-
I want to combine prefetchInfiniteQuery and then useInfiniteQuery to get nextPage
Here's my
page.tsx
right now here's how we fetch the pages
Is it possible? or will using useInfiniteQuery rewrite the cache?
Beta Was this translation helpful? Give feedback.
All reactions