Vue.js Podcast Summaries
Vue.js on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.
Nuxt 4.5 SSR Streaming Is Kind of a Big Deal
Program With Erik
Aug 11, 2026
Nuxt 4.5 introduces experimental SSR streaming, significantly reducing Largest Contentful Paint times. Beyond performance, new features like the 'useLayout' composable and named views streamline complex UI architecture, making it easier for developers to manage nested components and layout-specific logic without messy conditional statements.
Key insight: Enabling experimental SSR streaming reduced the Largest Contentful Paint from 2.81 seconds to 0.35 seconds in a standard build test.
My Vue + Nuxt AI Coding Setup in 2026
Program With Erik
May 18, 2026
Boost your productivity by integrating specialized AI skills and configuration files into your development environment. By moving beyond basic chat models and implementing structured best-practice 'skills,' you can automate adherence to framework standards and generate cleaner code automatically.
Key insight: Using an 'agents.md' file allows you to bake project-specific architectural rules directly into your AI context, ensuring consistent adoption of patterns like the Composition API without needing manual activation.