jaredLunde / masonic

🧱 High-performance masonry layouts for React
https://codesandbox.io/s/0oyxozv75v
MIT License
740 stars 48 forks source link

Infinity Scroll stuck on the end of the page and keep fetching data #129

Open recervictory opened 2 years ago

recervictory commented 2 years ago

I am new to React and Trying to implement infinity scroll with useInfinityLoader Hook. It works fine when on the page I implement but if I change the page and back to the original one Its struck on the bottom of the page and keep fetching more until it exhausts all the data.