What problem does it solve?
This Skill solves the recurring pain of inconsistent React/Next.js implementation patterns that lead to flaky user interfaces, failed code reviews, and runtime crashes in client-side web applications.
Core Features & Use Cases
- React 19/Next.js 16 Convention Enforcement: Codifies team standards for client components, custom hooks, and App Router code using TanStack Query, Radix UI primitives, and shared API gateway helpers.
- Common Bug Prevention: Eliminates recurring footguns including incomplete optimistic cache patches, unhandled data fetch errors, Radix Select form reset issues, and Edge Runtime import crashes.
- Use Case: When building a data-heavy dashboard with filtering, destructive user actions, and real-time data updates, use this Skill to write and review component code that passes PR checks and runs reliably in production.
Quick Start
Use the react-conventions skill to review your new dashboard filter component for compliance with optimistic cache, error state, and Radix Select conventions before submitting your pull request.