TL;DR
A CLI tool that automatically detects and diagnoses common anti-patterns in React code.
Key features
Analyzes anti-patterns in React components (e.g., unnecessary re-renders, incorrect hook usage)
Scans codebase to identify problematic areas and provides explanations
Can be integrated into CI/CD pipelines for automated checks during code review
TypeScript-based static analysis for fast and accurate diagnosis
When to use it
When you want to maintain code quality in a React project
When you need to find areas requiring performance optimization
When you want to automatically detect issues before code review to improve review efficiency
When you want to enforce coding conventions within a team