hydration-safety
Installation
SKILL.md
Hydration Safety Skill
Overview
Next.js uses Server-Side Rendering (SSR), which means components render twice:
- Server-side - Initial HTML generation
- Client-side - React hydration with JavaScript
Mismatches between these two renders cause hydration errors. This skill covers patterns to prevent and fix these issues.