Server Side Rendering Carousels in Vue.js: Blazing Fast Loading

Written by kyuwoo-choi | Published 2020/01/23
Tech Story Tags: web-development | programming | vue | scaling-vue | javascript | software-development | web-performance | optimization

TLDR Vue.js is one of the famous tech stacks of modern web development. SSR allows the server to render the HTML so that the browser can quickly show what visitors want without evaluating javascript. The carousel component doesn't support SSR, so it can't quickly render important things like promotions. To truly improve UX, we needed a carousel with SSR support. To see which carousels work best, I tested the top 5 carousel components on GitHub. The components need to be wrapped by client-only and wrapped by the client-side mode to avoid error.via the TL;DR App

no story

Written by kyuwoo-choi | 🌾 software engineer at gsshop • write sometimes • code everyday • dream always
Published by HackerNoon on 2020/01/23