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
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
Copyright © 2021 Jogjafile Inc.
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