react
Installation
SKILL.md
React
Library for building user interfaces with components, declarative rendering, and hooks-based state management.
Quick Start
Create with Vite (recommended):
npm create vite@latest my-app -- --template react-ts
cd my-app
npm install
npm run dev
Or with a meta-framework:
npx create-next-app@latest # Next.js
npx create-remix@latest # Remix