scalableminds / webknossos

Visualize, share and annotate your large 3D images online
https://webknossos.org
GNU Affero General Public License v3.0
126 stars 23 forks source link

Avoid unnecessary re-renders #8104

Open daniel-wer opened 3 weeks ago

daniel-wer commented 3 weeks ago

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 commented 3 weeks ago

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