DEV Community

Discussion on: Infinite scrolling in React with intersection observer

Collapse
 
jai_type profile image
Jai Sandhu

This is great, do you have a solution for infinite scroll + virtualisation? That's the holy grail I haven't been able to implement well

Collapse
 
galelmalah profile image
Gal Elmalah • Edited

A lot of React libs doing that out there Jai Sandhu

Collapse
 
jai_type profile image
Jai Sandhu

Haven't found a good one that caters for different height cells and infinite scrolling

Thread Thread
 
globalroo profile image
Andy

Hi Jai. This solution has an interesting take on different height cells in a virtualised list. dev.to/miketalbot/react-virtual-wi....

Thread Thread
 
jai_type profile image
Jai Sandhu

Oooh wow thanks that looks awesome!