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

⏬ Infinite scroll component for React in ES6

Results 100 react-infinite-scroller issues
Sort by recently updated
recently updated
newest added

you should check hasMore before loadMore function be called,because in my project,I find a bug: there is not any more data from server, and props.hasMore is false, but your InfiniteScroller...

filter some items lead to less items donot trigger scrollListener

**Is your feature request related to a problem? Please describe.** I'm using this module for searching & retrieving more data. After each search is cleared I'd like to reset the...

I tried with Safari and Chrome on iOS 10 and it's not querying data. It just shows the loader and gets stuck there forever.

Since resize event is not supported on elements other than window, we should always listen for this event on the window element (also when not using useWindow)

regarding #89. Changed the code, add the description on README and also add two test cases.

Currently, the calculation is wrong when using a parentNode scroller. It takes the component element's scrollHeight into account instead of the scroller's. This patch amends that. **Math Example**: Scroll viewport:...