Hydration
Hydration is the process of using client-side JavaScript to add application state and interactivity to server-rendered HTML.
A hydration means "Each generated HTML is associated with minimal JavaScript code necessary for that page. When a page is loaded by the browser, its JavaScript code runs and makes the page fully interactive"
Resources
- https://blog.logrocket.com/react-hydration-pre-rendered-html/#understanding-react-hydration
- https://www.gatsbyjs.com/docs/conceptual/react-hydration/
Backlinks