Vue Hydration Mismatches
Intro: What does SSR do & what problem does it solve?
SSR (Server Side Rendering) generates the full HTML of a page on the server before sending it to the browser. This prevents slow initial page load
madelinecaples.hashnode.dev10 min read