react · git:20260626.03a7063 · 2026-06-26 · sha256 32f345e4cb1c8120
react git:20260626.03a7063A
Immutable. This exact content is served forever at /api/v1/blob/32f345e4cb1c8120.
--- description: React / TSX frontend standards (AgentX) globs: **/*.tsx,**/*.jsx alwaysApply: false --- # React / TSX (AgentX) Canonical: `.github/instructions/react.instructions.md` and `.github/skills/languages/react/SKILL.md` -- read for full standards. - Functional components with typed props; custom hooks prefixed `use`. - useCallback/useMemo/React.memo where it matters; TanStack Query for server state. - React Testing Library (test behavior); semantic HTML, alt text, keyboard nav.