What is React Doctor?
React Doctor is a CLI tool that scans React codebases for various issues and provides a health score to help developers improve code quality.
How does React Doctor work?
It analyzes the code for common anti-patterns and performance issues, returning a score and a detailed list of findings.
Can I use React Doctor in my CI/CD pipeline?
Yes, React Doctor can be integrated with GitHub Actions to run checks on every pull request automatically.
What types of React projects does it support?
React Doctor supports any React 18 or 19 codebase, including popular frameworks like Next.js, Vite, and Remix.
Can I customize the findings?
Yes, users can disable or adjust the severity of specific rules through a configuration file.