
Lazy Loading Images in Svelte
One easy way to improve the speed of a website is to only download images only when they’re needed, which would be when they enter the viewport. This “lazy
1 articles by Donovan Hutchinson.

One easy way to improve the speed of a website is to only download images only when they’re needed, which would be when they enter the viewport. This “lazy