We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
A Saga of Web Rendering Woes - Alba Silvente Fuentes, Vue.js Live 2023
Discover the evolution of web rendering technologies, from server-side rendering to static site generation, and learn how to leverage incremental static regeneration and per-route caching strategies for faster page loads and improved security.
- The transition from dynamic website rendering to static site generation was driven by the need for better performance, scalability, and security.
- Alba Silvente Fuentes showcases the evolution of web rendering technologies, starting with server-side rendering and incremental static regeneration.
- Search engine optimization (SEO) and user experience were key considerations in the development of static site generation.
- The benefits of using static site generation include faster page loads, improved security, and reduced server load.
- According to Alba, the real villain in the evolution of web rendering was the increased server load due to dynamic rendering.
- The introduction of incremental static regeneration (ISR) and per-route caching strategies alleviated the need for full site regeneration upon changes.
- Alba emphasizes the importance of understanding the history behind web rendering technologies to grasp the current landscape and make informed decisions.
- The talk concludes with an overview of the rendering methods and strategies used today, including Vue, React, and Svelte, and encourages the audience to experiment with incremental static regeneration.