Mui: ImageList with lazy load images

2.3k Views Asked by At

I am using MUI in my react app and on one of the pages, I am loading a long list of images. I am thinking of lazy loading the images depending on the user page scroll. MUI imagelist just takes a list of images, is there any way to lazy loading images and loading in chunks, rather than a big bang?

1

There are 1 best solutions below

0
Datisekai On

i think you can try this react-lazy-load-image-component https://www.npmjs.com/package/react-lazy-load-image-component