flâneur

React Doctor

react.doctor · 409 words · saved by 1 readers

Your agent writes bad React, this catches it. Diagnose and fix React codebases.

Your agent writes bad React. This catches it. Find correctness, performance, security, accessibility, and maintainability issues. doctor Bot reviewed 2 days ago components/AccountCard.tsx 52 53 <section className="metric-card"> <header><Icon /><h2 /><Meta /><strong /></header> React Doctor duplicate-jsx-subtree (warning) Fix -> extract a shared component when the copies share one UI concept. See docs Finds hard-to-change React code React Doctor measures complex components and finds repeated JSX that may belong in shared components. All checks have failed 1 failing check…

saved by

related reading