How does react delay the loading of pictures? is there such a component?

The

page is expected to have hundreds of pictures. I am an array of map to img tags. Now all the default pictures are displayed. Where do I slide to and then load the pictures? is there such a component

?
Jun.24,2021

npm install-- save react-lazyload


either load the first screen or slide the rest. Wow, my mentality explodes.

Menu