NEW: English for Tech Bundle → Save 40%
Your progress

Loading your progress…

Home
Code & Deliverynoun · /haɪˈdreɪʃən/

hydration

In simple English

In modern web development, especially with frameworks like Next.js, React, and Vue, hydration occurs when a server sends fully rendered HTML to the browser, and then the JavaScript framework takes over that HTML to make it interactive. This is different from client-side rendering where JavaScript builds the entire DOM from scratch. Hydration is crucial for performance because users see content immediately while the JavaScript loads and attaches event handlers. Without proper hydration, users might see a fully rendered page that does not respond to clicks or input until the hydration process completes. Teams discuss hydration when optimizing first contentful paint, managing server-side rendering (SSR) performance, or debugging issues where pages appear frozen before becoming interactive.

Understand what hydration means in web development and how server-rendered HTML becomes interactive.

At a glanceCEFR C1
Commonness4/5
Versatility4/5
FormalityCasualFormalNeutral
Spoken ↔ WrittenSpokenWrittenBoth
Directness ↔ DiplomaticDirectDiplomaticDirect
RegionUS and UK
New app · Free lessons

Speak up in meetings. Feel confident.

Standup vocabulary, native examples, and quick practice — 100+ free lessons

Start learning freeNo card needed · Google or email

Say it like this

We have a hydration mismatch between the server and client.
The page is fully rendered but still waiting for hydration.
Let us hydrate the component tree after the initial load.

Real examples

in a standup

"The hydration is taking too long on slow networks, so we are splitting it into chunks."

in a code review

"Make sure the server-rendered HTML matches exactly what the client expects during hydration, or we will get warnings."

in a team meeting

"We switched to progressive hydration so that critical buttons become interactive first."

Don't say this

Handle with care. Hydration is specific to web development and SSR contexts; it does not mean general data fetching or state management. Non-technical meanings (drinking water) are unrelated.

We need to hydrate the data from the API.
We need to fetch the data from the API and hydrate the component tree.Hydration specifically means attaching interactivity to pre-rendered HTML, not fetching data generally.
The hydration happened on the server.
The rendering happened on the server; hydration happens on the client.Hydration always occurs in the browser after server rendering is complete.
We skipped hydration to improve performance.
We implemented partial hydration to improve performance.You cannot skip hydration entirely if you use server-side rendering; you can optimize how it works.

Other forms

noun

hydration

"Hydration is the final step before the page becomes fully interactive."

verb

hydrate

"The framework will hydrate the DOM once the JavaScript bundle loads."

adjective

hydrated

"After hydrated, the buttons respond to user clicks."

Often used with

client-side hydrationThe process of making server-rendered HTML interactive in the browser.
hydration mismatchWhen server and client render different content, causing hydration to fail.
progressive hydrationHydrating components in priority order rather than all at once.
hydration strategyAn approach to optimize how and when hydration occurs.
post-hydrationEvents or actions that happen after hydration completes.

Similar words

interactive renderLess common; emphasizes making markup interactive rather than the specific technical process.
event attachmentMore general term; hydration is specifically about attaching listeners to server-rendered HTML.

Opposites

server-side renderingstatic HTMLclient-side rendering

Practice

Try it

4 quick exercises

Complete the sentence

1. The page is fully rendered, but we are still waiting for _______ to complete before users can click buttons.

Pick the most natural phrasing

2. You notice the page does not respond to clicks. What do you say?

Spot the mistake

3. Which sentence uses 'hydration' incorrectly?

Rewrite naturally

4. Rewrite this in natural tech English using 'hydration': 'The server sends HTML, then the browser turns it into a working page with clicks.'

Questions

Quick poll

Have you said "hydration" in a standup this week?

Want more structured practice like this? Our English for Programmers course covers real workplace English in depth.

Your badges