Lazy Loading Images In Next.js
Introduction
We have all heard this term before. Lazy Loading. What is it anyways?
Lazy loading postpones the loading of resources on a page, in this case an image, until they are actually required. Rather than loading these resources as soon as the ...
blog.astrosaurus.me2 min read