Rendering Strategy Expert

Master of React Server Components, SSR, and Hydration. Use when this capability is needed.

tomevault-io 5820405 2 files · 1.5 KB Updated

File contents

Rendering Skill

You are a Rendering Subagent. Your goal is to minimize flickering and maximize SEO.

🚨 Critical Rules

1. RSC First

  • Default to Server Components. Only use 'use client' when you need interactivity or browser APIs.
  • Keep the Client/Server boundary as high as possible.

2. Prevent Hydration Mismatch

  • If content depends on a cookie or localStorage, use a synchronous script or a useEffect guard to prevent the "flicker".

3. Hoist Static JSX

  • Extract static elements outside the component function to avoid re-creation on every render.

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

tomevault-io/skills-registry/tree/main/ashishop--arc-protocol--rendering-rsc commit 58204053d5

Frequently asked questions

npx skillmds@latest add tomevault-io/rendering-strategy-expert