Promptles
React & Frontend

Hydration

advanced

Definition

The moment a static page wakes up and becomes interactive. The server first sends the browser a fully drawn page so you have something to look at right away. Then a little code arrives and 'hydrates' the page, wiring up all the buttons and forms so they actually respond to clicks.

In the wild

You open a news article. You can read it instantly because the server sent the finished page. A second later, the comment box and reactions become clickable: that's hydration finishing in the background, turning the static page into a working app.

More from React & Frontend