Performance optimization of frontend applications plays an important role in the application architecture. A higher-performing application will ensure an increase in user retention, improved user experience, and higher conversion rates. According to Google, 53% of mobile phone users leave the
Before we get started, let’s first understand what we are building. The goal is to create a Vue.js component to display an image, but it should only download that image when it is in the viewport. In other words,
Let’s take a look at how you can leverage this feature in your application in order to improve performance and build a better experience for users. As always, when building with components it’s useful to organize them in a
Optimize the performance of your frontend application using Vue JS
Performance optimization of frontend applications plays an important role in the application architecture. A higher-performing application will ensure an increase in user retention, improved user experience, and higher conversion rates. According to Google, 53% of mobile phone users leave the
Tags:
Create a lazy-loading image component for faster Vue.js apps
Before we get started, let’s first understand what we are building. The goal is to create a Vue.js component to display an image, but it should only download that image when it is in the viewport. In other words,
Tags:
Lazy Loading React Components
Let’s take a look at how you can leverage this feature in your application in order to improve performance and build a better experience for users. As always, when building with components it’s useful to organize them in a
Tags: