server-components

Installation
SKILL.md

Server Components Skill

Overview

Generate modern React Server Components with React 19 and Next.js 15 patterns including async/await data fetching, streaming with Suspense, Server Actions, and Partial Prerendering (PPR).

This skill provides templates and best practices for building server-first applications with client-side interactivity only where needed.

What This Skill Provides

React Server Components

Modern server-rendered components with:

  • Async components: Fetch data directly in components
  • No useEffect needed: Server-side data fetching
  • Reduced bundle size: Server code stays on server
  • Automatic code splitting: Client boundaries only

Client Component Boundaries

Strategic client-side interactivity:

Related skills

More from flight505/storybook-assistant

Installs
3
GitHub Stars
6
First Seen
Apr 4, 2026