React Code Standards
2 sectionsRapid overview
React Code Standards
TL;DR
A team's React/TypeScript coding standard covering naming conventions, function and file size limits, component structure order, forms and tables patterns, Redux and TanStack Query usage, error handling, and Playwright testing. It encodes S…
Read →How it works
Using array indices as keys is a common anti-pattern that can cause subtle but serious bugs in React applications.
Read →