How do I use NextJS getServerSideProps with react query useInfiniteQuery #2633
Unanswered
peteregbujie
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Please post a codesandbox example showing what you’re struggling with, then I can take a look :) |
Beta Was this translation helpful? Give feedback.
3 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 am trying to implement infinite scroll in NextJS. So I need to replace useQuery with useInfiniteQuery. I just cannot figure out how to use getServerSideProps with useInfiniteQuery. Pls help.
Beta Was this translation helpful? Give feedback.
All reactions