react/jsx-no-bind
Performance
High
Disallows .bind() or Arrow Functions in JSX Props as it can be bad for performance
The Codiga Static Analysis engine checks TypeScript code and supports many popular libraries. If you are using React, NextJS, Vue or Angular: the engine will flag any issue in your codebase. Automate your code reviews with Codiga and merge with confidence.
Disallows .bind() or Arrow Functions in JSX Props as it can be bad for performance
Disallow unnecessary fragments
Prevent usage of setState in componentDidUpdate
Disallow Array#reduce() and Array#reduceRight() as usually result in hard-to-read and less performant code.