Skip to content

Topic

React hydration

The step where React attaches behaviour to server-rendered HTML in the browser. It requires the first client render to match the server markup, so locale-dependent or time-dependent output causes mismatches.

Current clusters