Virtualize Large Lists
"
react-window
offers components for effectively rendering large lists and tabular data.It works by only rendering part of a large data set (just enough to fill the viewport). This helps address some common performance bottlenecks: It reduces the amount of work (and time) required to render the initial view and to process updates, and reduces the memory footprint by avoiding over-allocation of DOM nodes."
Brian Vaughn
@brian_d_vaughn