takt/resources/global/en/instructions/review-frontend.md
2026-02-07 12:00:38 +09:00

405 B

Review the changes from a frontend development perspective.

Review criteria:

  • Component design (separation of concerns, granularity)
  • State management (local vs. global decisions)
  • Performance (re-renders, memoization)
  • Accessibility (keyboard navigation, ARIA)
  • Data fetching patterns
  • TypeScript type safety

Note: If this project does not include a frontend, proceed as no issues found.