Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 5.28 KB

File metadata and controls

52 lines (44 loc) · 5.28 KB

May 2018

Standouts

Data Hydration

Hydration refers to the client-side process during which Vue takes over the static HTML sent by the server and turns it into dynamic DOM that can react to client-side data changes. --from Vue.js Server-Side Rendering Guide: Client-side Hydration

Computations, States, Relations

Rest of Links