Vue Rendering Modes
November 14, 2023
33 min
Free
vue-js
javascript
rendering
csr
esr
isr
client-side-rendering
ssg
ssr
nuxt
vitepress
web-performance
static-site-generation
Description
Phil Hawksworth explores and compares popular rendering models in Vue.js, discussing their relative strengths and weaknesses and considering project requirements that might call for different types of rendering. He walks through a practical example combining various rendering techniques to demonstrate how a web project can effectively use complementary technologies. The talk delves into concepts like SSG, CSR, SSR, and ESR, and discusses incremental rendering techniques such as DPR, ODB, DSG, and ISR, emphasizing the importance of understanding requirements before choosing an approach.