hydrateRoot()
Term side of the Card
Topic: Client APIs [React DOM]
Unit title: hydrateRoot()
Categories: API
Explanation side of the Card
Explanation: The function that attaches React components to existing server-rendered HTML, making the page interactive by connecting React's logic to the pre-rendered content. This improves performance during the first page load.