bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.54k stars 779 forks source link

How to make a dynamically sized list with infinite loader? #679

Open LoyalPotato opened 1 year ago

LoyalPotato commented 1 year ago

Hello,

I've seen other issues that fix this, but none were using an infinite loader,react-window-infinite-loader is the one I'm using.

I tried to reproduce an example I saw in a comment here in this issue #6, but had no success.

Here's the sandbox. I know that it isn't loading the messages continuously but it doesn't seem to make a difference I think.

Thanks for the help