hydrate

From IndieWeb
Jump to: navigation, search


hydrate is web developer jargon for the process of client-side JS taking over a DOM that was generated on the server, adding it to JS data structures, adding event handlers, … instead of generating page elements only on the client or entirely replacing those sent by the server. Due to complexity typically a process integrated with larger frameworks (example: vue.js documentation) that use the same code to render on the server and on the client.

Indieweb Examples