codedaily.io
Create a Virtualized List with Auto Sizing Cells using react-virtualized and CellMeasurer
1
In this lesson we'll use `CellMeasurer` and `CellMeasurerCache` to automatically calculate and cache the height of a row. This will allow us to remove the predefined `rowHeight` on list and allow for dynamically sized rows. Read full article