React Doctor

A CLI that uses deterministic static analysis to find risks in React code.

  • Web Utility
Visit React Doctor official site

What it is

React Doctor is a CLI that scans React code for complex functions, repeated JSX, and risks across correctness, performance, security, accessibility, and maintainability.

Why it is selected

It brings code-level checks into development and review. Teams can add its result to a pull request and catch issues newly introduced relative to the main branch.

Who it suits

React teams that want a clear checking baseline for AI coding agents or their review process.

Useful for

  • Checking React issues newly introduced in a pull request
  • Finding complex components and repeated JSX worth separating
  • Establishing repeatable checks after an agent changes React code

React Scan

A browser tool that automatically highlights React components behind performance issues.

  • react
  • performance
  • debugging

Color.review

A quick contrast checker for comparing foreground and background colors against common accessibility thresholds.

  • color
  • contrast
  • accessibility

Easing Editor

An Anime.js editor for previewing spring easing and exporting values for CSS or JavaScript.

  • animation
  • easing
  • css