# Rendering Strategy Expert

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

- Skill: `tomevault-io/rendering-strategy-expert` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/rendering-strategy-expert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/rendering-strategy-expert/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/rendering-strategy-expert

---


# 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](https://tomevault.io/claim/ashishop) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

