Gzip Compression
1 items1 posts

Content tagged "Gzip Compression"

Blog Posts

Banner - Lazy Loading Components in VueJS

Lazy Loading Components in VueJS

As your app scales, it is likely that your compiled JS bundle file will get larger and larger. With the help of the Vue 3 defineAsyncComponent method, we can now only load a component if and when needed asynchronously.