DEV Community

Discussion on: How to Lazy Load Images

Collapse
 
shandilyaprasanna profile image
Prasanna Shandilya

lazysizes is a good well-documented library, I have personally never used it.
there are other library options as well:-
->blazy
->lozad.js
->react-lazyload

The motive of this article was to show how lazy load works under the hood. Otherwise, you can always grab a library and call it a day.