Server Side Rendering Carousels in Vue.js: Blazing Fast Loadingby@kyuwoo-choi
471 reads
471 reads

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

by KyuWoo Choi7mJanuary 23rd, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

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.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Server Side Rendering Carousels in Vue.js: Blazing Fast Loading
KyuWoo Choi HackerNoon profile picture
KyuWoo Choi

KyuWoo Choi

@kyuwoo-choi

🌾 software engineer at gsshop • write sometimes • code everyday • dream always

Learn More
LEARN MORE ABOUT @KYUWOO-CHOI'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

KyuWoo Choi HackerNoon profile picture
KyuWoo Choi@kyuwoo-choi
🌾 software engineer at gsshop • write sometimes • code everyday • dream always

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
Also published here