discord-bot-creator icon indicating copy to clipboard operation
discord-bot-creator copied to clipboard

(JS-0417) Avoid `.bind()` or Arrow Functions in JSX properties

Open m5x5 opened this issue 3 years ago • 8 comments

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.

Occurrences

There are 40 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Michael55555/discord-bot-creator/issue/JS-0417/occurrences/

m5x5 avatar Oct 08 '21 16:10 m5x5