seatgeek / react-infinite

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

can I have a callback when some nodes have scrolled into view? #275

Open fatfatson opened 6 years ago

fatfatson commented 6 years ago

I have add all the nodes at start, but leave them with none full loaded state. I wish to load them when they come into view. but now it seems I can't have this info about which nodes are becoming visible.