Frontend
28 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
Static Site Generation
Pre-rendering pages at build time into static HTML
Lazy Loading
Deferring resource loading until needed
Single-Page Application
Web app that loads once and dynamically updates content
CSS
Stylesheet language controlling web page presentation
TypeScript
Superset of JavaScript with static type checking
Context API
React mechanism for sharing state without prop drilling