oleggrishechkin / react-viewport-list

📜 Virtualization for lists with dynamic item size
https://codesandbox.io/s/react-viewport-list-xw2rt
MIT License
230 stars 20 forks source link

Thank you #45

Closed ChristophP closed 1 year ago

ChristophP commented 1 year ago

I was fighting with react-window for a while until I found react-viewport-list. It was easy to install and worked exactly as I expected without inserting unwanted DOM elements or requiring me to specify the height and item size.

Thanks for making this

oleggrishechkin commented 1 year ago

You're welcome! react-window is a good virtualization library with great performance but it has a quite hard API to work with flex layouts and items with dynamic height like texts/images.

ChristophP commented 1 year ago

Yes that was exactly my experience. It felt very difficult to work with, with dynamic heights and so. react-viewport-list made this super simple. :-)

inkiltie commented 1 year ago

Top notch library! My hundred thousands line lists are now flying. Thanks.