react ยท diff
git:20260626.03a7063 to git:20260915.f17c505
2 added, 2 removed. Audit A to A.
---
- description: React / TSX frontend standards (AgentX)
+ description: React / TSX frontend standards (Frontier)
globs: **/*.tsx,**/*.jsx
alwaysApply: false
---
- # React / TSX (AgentX)
+ # React / TSX (Frontier)
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.