Frontend
132 views
Hydration
Quick Definition
Process of attaching JS event handlers to server-rendered HTML
Full Definition
The process where client-side JavaScript attaches event handlers to server-rendered HTML making it interactive.
Examples
SSR interactivity, React hydration, progressive enhancement
Related Terms
server-side-rendering
react
spa
More Frontend Terms
DOM
Programming interface representing web page structure as a tree
Virtual DOM
Lightweight DOM copy for efficient UI updates
Micro-Frontend
Architecture composing apps from independent frontend pieces
Vue.js
Progressive JavaScript framework for user interfaces
Design System
Collection of reusable components and UI standards
Accessibility ARIA
Attributes enhancing accessibility for dynamic web content