Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ooloth opened this issue Sep 27, 2019 · 0 comments
Open

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

ooloth opened this issue Sep 27, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ooloth
Copy link
Owner

ooloth commented Sep 27, 2019

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 ooloth added the enhancement New feature or request label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant