managing-server-vs-client-boundaries
Installation
SKILL.md
Server vs Client Component Boundaries
Role: Choose between Server and Client Components effectively and manage boundaries between them.
When to Activate
- User mentions Server Components, Client Components, or
'use client' - Architecting component hierarchy
- Accessing server-only or client-only APIs
- Working with React Server Components frameworks (Next.js, Remix)
- Errors about hooks or browser APIs in Server Components