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.com
in the radix video, @theo mentions a talk i gave on the far edge of react performance. here's that talk
(link in reply) https://t.co/fysV98B8I3
React Scan
react-scan.com