webknossos
webknossos copied to clipboard
Avoid unnecessary re-renders
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.
Maybe https://github.com/kristiandupont/react-geiger can also help