Can't Maintain — React Component API Game

1 min read Original article ↗

Train your eye for code that lasts

Real conventions from React, MUI, and production codebases.

deletevsonDelete

Callback naming — why the on prefix matters.

visiblevsisVisible

Boolean props — making yes/no questions obvious at a glance.

data: anyvsusers: User[]

Prop specificity — say what it is, not what it could be.