Optimizing Vue for Speed, Performance, and Core Web Vitals
A guide to optimizing Vue.js applications for faster loading and better Core Web Vitals scores by reducing bundle size and processing time.
A guide to optimizing Vue.js applications for faster loading and better Core Web Vitals scores by reducing bundle size and processing time.
A developer shares lessons from scaling a large Vue.js application over 3 years, covering modular architecture, micro-frontends, and state management.
A developer shares 9 key lessons learned from maintaining a large Vue.js codebase for 3 years, focusing on consistency, legacy code, and dependencies.
A developer shares insights from 2 years of using a monorepo with ~40 Vue.js packages, discussing its pros and cons for teamwork and dependency management.
A Vue.js developer explains how to use memoization to solve a performance issue in a timeline component, reducing function calls from 700+ to a few.
A guide to simplifying Vue.js application testing using the Vue Testing Library, focusing on user-centric tests and practical examples.
A senior frontend engineer reviews 2019, covering remote work with Vue.js, side projects, blogging stats, and a failed online course venture.
A developer's monthly update on learning Vue.js, project ideas, and passive income growth from a keto-focused web app.
Three architectural tips for scaling large Vue.js applications, focusing on modular design, micro-frontends, and Vuex store optimization.
A developer shares their process of refactoring a Vue.js application, focusing on improving component structure and using modern ES6 features.
A technical article demonstrating how to recursively chain multiple JavaScript filter functions on an array, using a functional programming approach.
A guide to using Vue.js components in Laravel 5.3, covering the default JavaScript stack, configuration files, and setup.
A tutorial on integrating Vueify, ES2015, and Browserify into Vue.js projects using Laravel Elixir for simplified build processes.
A technical discussion about creating a case-insensitive sorting filter for VueJS, addressing a limitation in the orderBy function.
A developer documents their journey of learning Vue.js by live-coding on Twitch, sharing the process with all its mistakes and discoveries.