·hydration-patterns
</>

hydration-patterns

Explains hydration, partial hydration, progressive hydration, and islands architecture. Use when discussing how server-rendered HTML becomes interactive, optimizing JavaScript loading, or choosing between full hydration and islands architecture.

4Installs·0Trend·@farming-labs

Installation

$npx skills add https://github.com/farming-labs/fm-skills --skill hydration-patterns

How to Install hydration-patterns

Quickly install hydration-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/farming-labs/fm-skills --skill hydration-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: farming-labs/fm-skills.

SKILL.md

View raw

Hydration is the process of attaching JavaScript event handlers to server-rendered HTML, making static content interactive.

Even though content is visible, buttons don't work until hydration completes.

| Simple mental model | Large JS bundles | | Full interactivity everywhere | Slow TTI on large pages | | Framework handles everything | Wasted JS for static content |

Explains hydration, partial hydration, progressive hydration, and islands architecture. Use when discussing how server-rendered HTML becomes interactive, optimizing JavaScript loading, or choosing between full hydration and islands architecture. Source: farming-labs/fm-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/farming-labs/fm-skills --skill hydration-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from farming-labs/fm-skills

Quick answers

What is hydration-patterns?

Explains hydration, partial hydration, progressive hydration, and islands architecture. Use when discussing how server-rendered HTML becomes interactive, optimizing JavaScript loading, or choosing between full hydration and islands architecture. Source: farming-labs/fm-skills.

How do I install hydration-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/farming-labs/fm-skills --skill hydration-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/farming-labs/fm-skills