React Server Components

Review React code for proper Server/Client Component boundaries based on Next.js and React documentation. Identifies misplaced 'use client' directives and suggests optimal component splitting. Use when this capability is needed.

tomevault-io 22d1907 2 files · 1.8 KB Updated

File contents

Arguments:

  • scope: what to analyse (default: your current changes). Examples: "diff to main", "PR #123", "src/app/", "whole codebase"
  • fix: whether to apply fixes (default: true). Set to false to only propose changes.

Steps:

  1. Read https://react.dev/reference/rsc/server-components and https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns to understand the guidelines
  2. Analyse the specified scope for Server/Client Component anti-patterns
  3. If fix=true, apply the fixes. If fix=false, propose the fixes without applying.

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/ryoppippi--dotfiles--react-server-components commit 22d19071e5

Frequently asked questions

npx skillmds@latest add tomevault-io/react-server-components