seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView
Other
2.71k stars 273 forks source link

Is there a way to find the elements currently visible? #264

Open jasondecastro opened 6 years ago

jasondecastro commented 6 years ago

For example, React List has a getVisibleRange() method which returns an array of the items visible in the viewport while scrolling.

Is there a way to replicate this with React Infinite? @garetht

b11n commented 6 years ago

+1

jasondecastro commented 6 years ago

bumping @garetht