hydration-patterns
Installation
SKILL.md
Hydration Patterns
What is Hydration?
Hydration is the process of attaching JavaScript event handlers to server-rendered HTML, making static content interactive.
Server-Rendered HTML (static) → JavaScript Attaches → Interactive Application
"Dry HTML" → Hydration → "Hydrated App"