A bind call or arrow function in a JSX property will create a brand new function on every single render. This is bad for performance. <!--more--> This affects performance as it may cause unnecessary re-renders if a brand new function is passed as a property to a component that uses …
Occurrences
There are 2 occurrences of this issue in the repository.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
A bind call or arrow function in a JSX property will create a brand new function on every single render. This is bad for performance. <!--more--> This affects performance as it may cause unnecessary re-renders if a brand new function is passed as a property to a component that uses …
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/muacm/muacm_website/issue/JS-0417/occurrences/