gatsbytutorials.com icon indicating copy to clipboard operation
gatsbytutorials.com copied to clipboard

Don't render filter menu items that are out of view

Open ooloth opened this issue 6 years ago • 0 comments

Summary

Reduce the number of DOM nodes on the page by not rendering out of view filter menu items.

Motivation

Speed up page load (Lighthouse is identifying the number of DOM nodes as a bottleneck).

Approach

Try using react-window for this.

ooloth avatar Sep 27 '19 02:09 ooloth