react-infinite-scroll
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 )
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.