Vue 3 Migration Guide: Upgrading from Vue 2 to Vue 3 Alpha
Early experience migrating to Vue 3 alpha - Composition API, breaking changes, performance improvements, and lessons learned from production testing
4 posts
Early experience migrating to Vue 3 alpha - Composition API, breaking changes, performance improvements, and lessons learned from production testing
Optimizing Vue.js production builds - code splitting, tree shaking, compression, and reducing bundle size by 96%
Optimizing Vue.js application performance - code splitting, lazy loading, computed caching, and virtual scrolling
Mastering component communication in Vue 2 - props down, events up, and event bus for sibling components