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 have made and assumption that that the initialLoad (default true) prop causes InfiniteScroll to call loadMore when it is first mounted. This would be great but it seems not...

So i have an issue obviously the correct behaviour should be when a user scrolls then display the loader while we fetch some data however i have a weird behaviour...

**Is your feature request related to a problem? Please describe.** My app uses react-infinite-scroller to trigger data fetching. But the data fetching is sporadic and uncertain; one moment it returns...

**Describe the bug** not work if parent have position fixed **To Reproduce** for reproduce you can open this link https://codesandbox.io/s/5l09vv1n4 **Expected behavior** need infinity scroll work **Device (please complete the...

**Describe the bug** "pageStart"cannot be initialized **Expected behavior** there are three tabs in my page. when i change tabs , "pageStart" should be initialized .

**Is your feature request related to a problem? Please describe.** the `loadMore` function will be fire multiple times even my previous loadMore has not finish yet **Describe the solution you'd...

I noticed a few things in the code base and was curious if you would be interested in PR's that: - Migrate from gulp to webpack - Migrate from prop-types...

**Describe the bug** When I combine the infinite library, put it in a div and combine it with `css columns`. A rendering issue happens, making the first loaded items disappear....

Setting hasMore to "false" from another function that is not triggered by the callback doesn't remove the event listeners. Is this intentional?

bug

See my fork for more detail: https://github.com/trymbill/react-infinite-scroller I'm using react-infinite-scroller in a pretty detail heavy list and I noticed that when I pushed more results from an API call into...