preact
Installation
SKILL.md
Preact
Fast 3KB React alternative with the same modern API and optional Signals for fine-grained reactivity.
Quick Start
# Create new project
npm create preact my-app
# Or with Vite
npm create vite@latest my-app -- --template preact-ts
cd my-app
npm install
npm run dev