hydration
RU: гидратация (hydration)
The client-side process where a JavaScript framework (React, Vue, etc.) attaches event listeners and restores component state to server-rendered HTML, making it interactive without re-rendering the full DOM. The framework walks the existing DOM and associates each node with its corresponding component fiber/vnode.