react-ui-dev
Installation
SKILL.md
React UI Dev
Develop UI components, pages, forms, and tests in React Router 7 Framework Mode (ssr: false) projects following Sellernote frontend conventions.
React Router 7 Framework Mode: All projects use
ssr: falsewith selective pre-rendering for public pages only. There is no runtime server — served from CDN. Server Components and Server Actions are not used. TanStack Query is the single solution for runtime data fetching. Even withssr: false, some routes render in Node.js at build time, so SSR-safe rules apply to all components.
Convention Loading
Read the following reference files before starting work:
- Always read first (core rules):
references/FRONTEND_CONVENTION.md— Component design, props, imports, accessibility, performancereferences/FRONTEND_ARCHITECTURE_CONVENTION.md— Feature-based co-location, 4-type component classification, dependency direction, data flowreferences/STYLING_CONVENTION.md— Tailwind CSS v4 + cn()/cva(), responsive design, dark mode