GitHub - bvaughn/react-window: React components for efficiently rendering large lists and tabular data
⚛️ In React, rendering large lists or tables can be a drag on performance.
The fix? Virtualization! the process of only rendering part of that large data set (just enough to fill the viewport).
✅ Improves rendering time significantly.
✅ Lowers memory consumption. https://t.co/bNMKgcjBq7
George Mollerx.comReact Scan
react-scan.com