In this article, we take a deep dive into the new Suspense feature that will be shipped with Vue.js 3. Suspense is a special component that renders a fallback content instead of your component until a condition is met.
In this article, we will explore which types of components can be loaded lazily and, more importantly, how to handle the waiting required for them to download.
Learn how to optimize routing performance of your Vue application. The trick you will earn today could dramatically decrease your bundle size in just a few minutes.
Monday I woke to see a ton of people tweeting about some new feature of Vue 3! I get excited and see this tweet from Evan You, the creator of Vue, in the event you didn’t know.