- Support for dynamic row heights via new
useDynamicRowHeight
hook.
const rowHeight = useDynamicRowHeight({
defaultRowHeight: 50
});
return <List rowHeight={rowHeight} {...rest} />;
- Smaller NPM bundle; (docs are no longer included as part of the bundle due to the added size)
Documentation at: https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/