Posts Tagged "Lazy Loading"

How to structure Angular Apps

There are many ways one can structure an Angular app. But this is how we structure our applications for extensive flexibility, scalability, and small initial bundle size. Core: The things that are absolutely essential for the app to start. Features:

Read More

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

Read More

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,

Read More
Lazy Loading Component Feature

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

Read More