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

Avoid unnecessary re-renders #8104

Open
daniel-wer opened this issue Sep 26, 2024 · 1 comment
Open

Avoid unnecessary re-renders #8104

daniel-wer opened this issue Sep 26, 2024 · 1 comment

Comments

@daniel-wer
Copy link
Member

Detailed Description

Identifying unnecessary re-renders using the react developer tools is quite cumbersome in my experience. We could try to use https://github.com/welldone-software/why-did-you-render which helps to identify those automatically, and also makes improvement suggestions.

Context

This could improve performance and FPS.

@fm3
Copy link
Member

fm3 commented Sep 27, 2024

Maybe https://github.com/kristiandupont/react-geiger can also help

@fm3 fm3 added the performance label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants