Mui: ImageList with lazy load images

Viewed 25

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 Answers
Related