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

**Describe the bug** I'm running infinite scroller within a div. When I resize the window to make it bigger, I can see white space at the end and the loadMore...

bug

When parent element have a limit height, the Infinity Scroller start to loading more itens, but stay to loading infinitely **To Reproduce** Just scroll to end of element. [CodeSandbox](https://codesandbox.io/s/competent-butterfly-wz9f8?file=/src/App.js) **Device:**...

I have a tree component and I'm trying to display 100 items at a time. I don't have any ajax calls to make to load next set of item. Here's...

**Describe the bug** To call api twice download of page **To Reproduce** I have 10 records in a single API call but it display 20 records on load of page....

**Describe the bug** I need to add elements in the middle of a list Here is the problem: I have a map representing my objects, which starts fetching descending data....

Loading occurs whenever i scroll to bottom or scroll to top. any ideaS?

`resize` events are only fired on the `window` object so the listener need to be registered on the `window` object.

If pageStart is zero then the scroller should be scrolled back to the top. Currently what is does is, it scrolls back to the same position after the state is...