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

I want set spefici height of element that use infinite scroll ```jsx {items} { this.messagesEnd = el; }}> ``` But when I render that's not load more item. ![load](https://user-images.githubusercontent.com/9253817/27897230-20515716-6249-11e7-8bfb-f9b51aec5a17.jpg)

@danbovey, are you happy for me to maintain this package?

**Describe the bug** When there is a lot of difference between the parentNode and the scroll Element, then the offset is calculated incorrectly. The space between the parentNode and the...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Scrollbars cannot return to...

Hello, I have a problem with Chrome and Safari (not with Firefox) : when I scroll, even if I did not reach the threshold yet (250px), the loadMore func is...

Fix #44 Relate #105 This feature makes sense when updating the list directly from parent (eg: search in list), then the listeners need to be removed as soon as hasMore...

i can't find the way to return to previous page.Now,i can go to next page by loadMore,i think i need a function to deal when i should return to prievious...

Added isLoading property to solve issue: https://github.com/CassetteRocks/react-infinite-scroller/issues/143