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

[RFR] List performance optimizations #3320

Merged
merged 12 commits into from
Jun 8, 2019
Merged

[RFR] List performance optimizations #3320

merged 12 commits into from
Jun 8, 2019

Conversation

fzaninotto
Copy link
Member

The hooks migration degraded performance of the List views. I've managed to get the performance almost on par with master with a few changes.

I've also added a usewhyDidYouUpdate hook that turns out to be a precious assistant (because the React DevTools Profiler sucks at telling why a component re-rendered).

Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@djhi djhi added this to the 3.0.0 milestone Jun 8, 2019
@djhi djhi merged commit 3c2e7e1 into next Jun 8, 2019
@djhi djhi deleted the pref-optimization-3-0 branch June 8, 2019 07:59
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.

2 participants