The personal site of Erik Weilow
overview
overview
lazy-images
Performant and smooth image loading for the modern web
Been developing a modern solution for loading images in a smooth fashion for the web. Where other solutions tend to hold off on loading images until they are in the viewport, this solution takes note of when the page is idle to load images in the background with a sorting order based on the distance to the current viewport. In fact, it is used on this very page.
Part of activity
Tags
- Image loading
Technologies
- TypeScript
- React