danbovey / react-infinite-scroller

⏬ Infinite scroll component for React in ES6
https://danbovey.uk/react-infinite-scroller/
MIT License
3.3k stars 509 forks source link

Has anyone tried react-infinite-scroller with react virtualized or any virtual list component? #276

Open mchitson opened 3 years ago

mchitson commented 3 years ago

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 [...] Has anyone tried react-infinite-scroller with react virtualized or any virtual list component?

Describe the solution you'd like A clear and concise description of what you want to happen. I am using react-infinite-scroller because it allows reverse scroll direction which InfiniteLoader doesn't do in reactvirtualized. i am however at a loss on how to use any virtual list with InfiniteScroll.

I have tried List in react-virtuazlied but it needs prevents infiniteScroller from loadmore or something else is happening that i don't quite understand

sidwebworks commented 3 years ago

Yeah exactly same issue