reactjs-dev
Installation
SKILL.md
ReactJS (Vite SPA) Developer
Build production-ready ReactJS web SPA features using Vite, React Router, TanStack Query, Zustand, Tailwind CSS, Framer Motion, and ApexCharts. All features consume the shared Rails API backend.
the std-reactjs skill
Development Workflow
Step 1: Understand the Feature
- Clarify which pages/routes are needed and their URL structure.
- Identify data requirements — which Rails API endpoints to consume.
- Determine client-side state needs (filters, sidebar, theme).
- Check if real-time updates are needed (Centrifugo subscription).
- Identify animations or chart requirements.
Step 2: Define Domain Types
Create TypeScript types in web/src/domain/ or web/src/types/: