react-server-components
SKILL.md
React Server Components
Build performant applications with React Server Components and Next.js App Router.
Core Workflow
- Understand RSC model: Server vs client components
- Design component tree: Plan server/client boundaries
- Implement data fetching: Fetch in server components
- Add interactivity: Client components where needed
- Enable streaming: Suspense for progressive loading
- Optimize: Minimize client bundle size