I'm using React to build a simple website and I often hear people say that they use virtualization to render lists of items (eg. products on a retail website).
I'm using react-window to create virtual tables with react-table 7 (and material UI tables). I'm embedding FixedSizeList instead TableBody. Something like this: