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

Rendering Lists can be expensive #79

Closed
wants to merge 23 commits into from
Closed

Conversation

rikbrowning
Copy link
Contributor

Fixes #66

I delayed rendering lists that appear in menus until after the menu has been asked to open. The only real benefit here is when a user would have multiple selects for example on a page, improves initial render speed.

Quite an impactful change but from what I can see everything is behaving as expected.

@rikbrowning
Copy link
Contributor Author

Again, review and merge AFTER TS

@jmillar-nanthealth
Copy link
Contributor

This has been merged externally

@jmillar-nanthealth jmillar-nanthealth deleted the feature/menu-perf branch April 8, 2022 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feather Lists are expensive to render and need optimisation
2 participants