-
I'm trying to build scroll-based lazyloading, but always get stuck with the same problem: next page is fetched before previous rendered and in result - next page never appears. I'm already wasted almost 6 hours and cannot make it work. Does someone have any examples of doing so? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
In case anyone stuck on the same stuff as I am, I was able to make it work with this component: https://www.npmjs.com/package/react-infinite-scroll-component |
Beta Was this translation helpful? Give feedback.
-
related example added here |
Beta Was this translation helpful? Give feedback.
In case anyone stuck on the same stuff as I am, I was able to make it work with this component: https://www.npmjs.com/package/react-infinite-scroll-component