Vue.js App Performance Optimization – A Tutorial Series [via ITNEXT]

Performance – such an important topic! It's easy to forget about bad network speed and older devices when you're developing your apps with the latest gear and on a speedy fibreglass network connection. Reason enough to double down on your knowledge about performance optimization with this great article series by Filip Rakowski.

In his tutorials, Filip is sharing what he and his team learned while working on making Alokai (formerly Vue Storefront) load as fast as possible.

In this series I’ll dig deep into Vue performance optimization techniques that we are using in Vue Storefront and that you can use in your Vue.js applications to make them loading instantly and perform smooth.
Filip Rakowski
Co-founder Vue Storefront

There are 7 parts to the whole series – start now with Part 1 (Introduction to Performance Optimization and Lazy Loading)!

👉 Start Reading


PS: Also check out Vue Storefront! As you can guess, it's performance optimized 🙃

Alokai (formerly Vue Storefront) Frontend Platform for Headless Commerce
icon-eye-dark Created with Sketch. 32.173

Similar Articles
Best Vue.js Datatables 2024
12.02.2024  •  in #UI Components
Datatables are a complex beast. If you ever built data-heavy business applications, you will probably know it's not easy to make them readable and clear. Discover some of the best datatable components for Vue.js that are flexible enough to adapt to your data and use case.
How to debug Vue.js apps
07.09.2021
Debugging is one of the most important skills of any developer. Being good at debugging means you’re good at solving problems, which is what this job is all about. We’ll share our Vue-proven debugging toolbox with you in this article!