hydrated
- adjective
- /haɪˈdreɪtɪd/
- Specialized
- After the JavaScript ran, the previously static page was fully hydrated and responded to clicks.
Examples
-
We deploy server-rendered routes so their HTML arrives already hydrated for faster perceived performance.
-
Developers check whether the component is hydrated before attaching event listeners in production.
-
The hydrated component improved user interaction.
-
Is this hydrated HTML ready for deployment?
-
After the JavaScript ran, the previously static page was fully hydrated and responded to clicks.
-
We deploy server-rendered routes so their HTML arrives already hydrated for faster perceived performance.
-
Developers check whether the component is hydrated before attaching event listeners in production.
Antonyms
Compounds
- Specialized
A white mineral made of aluminium and water that forms small crystals
Surface Forms
Morphology
Etymology
Hydrated comes from an old Greek root hydor meaning 'water', the same root in hydrant and dehydrated. A helpful way to remember the web meaning is to imagine adding water to something dry to make it alive, because when JavaScript runs on server-made HTML it 'hydrates' the page by adding the code that makes it interactive, so a hydrated page responds to clicks.