-
I am trying to implement react-infinite-scroller into my nextjs app. Does anyone know of any good tutorials or examples to share? I got stucked at state management. |
Beta Was this translation helpful? Give feedback.
Answered by
derekang
May 17, 2020
Replies: 2 comments 1 reply
-
Hi @derekang! Do you have some code you can share? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Implemented infinite loading feature using swr pagination. https://github.com/zeit/swr/blob/master/examples/pagination/pages/index.js |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
derekang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented infinite loading feature using swr pagination. https://github.com/zeit/swr/blob/master/examples/pagination/pages/index.js