nextjs
Installation
SKILL.md
Next.js
When to Use
- React applications with SSR/SSG
- Full-stack applications
- App Router patterns
- SEO-critical sites needing server rendering
When NOT to Use
- Pure React SPAs without SSR needs — use the
frameworks/reactskill instead - Non-React frameworks (Vue, Svelte, Angular) — this skill is React/Next.js specific
- Backend-only projects without a frontend — consider
frameworks/fastapiorframeworks/django