react-infinite-scroll icon indicating copy to clipboard operation
react-infinite-scroll copied to clipboard

Infinite Scrolling (loading new content if user reaches bottom) for all version of react (tested with 0.10,0.11 0.12,0.13 )

Results 3 react-infinite-scroll issues
Sort by recently updated
recently updated
newest added

Hi, load more data doesn't work on mobile. How to fix it? Thanks

This is not an issue per se, just a code concern. Why are we using innerHeight in this? Can we directly check if windowHeight - scrollT > 100 ? That...

If you visit demo page no big monitor - no scrollbar is present so it don't load additional content.