Closed ChristophP closed 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.
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. :-)
Top notch library! My hundred thousands line lists are now flying. Thanks.
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