infinite scroll in reactJS, display data oncw I scroll

88 Views Asked by At

is it possible to repeat the post once I scrolled the page?... i had two post data in my newsfeed and I want it to be infinite as I scroll.

I want to display the data after I scroll

1

There are 1 best solutions below

4
Ashutosh On

For achieving infinite scroll you can use a package called react-infinite-scroll-component npm package, This allows you to load the data multiple times when scrolled and shows a loading animation also with is. Hope this solves your issue. If you want detailed elaboration about it, you can check out this video regarding infinite scrolling on youtube Code with Harry