DEV Community

Discussion on: React - async image loading

Collapse
 
myzel394 profile image
Myzel394

I think you can achieve the same by simply using native lazy loading.
web.dev/browser-level-image-lazy-l...

Collapse
 
nirmal15mathew profile image
Nirmal Thomas Mathew

Yes, we can. But I think it will be more useful if we combine the browser level lazy loading and create an image component which can be reused