When you make a web site whose many images need to be loaded on the screen, you should take care of the performance for rending them on the browser. If you use React in the project code, you could install the react-lazyload package via NPM or Yarn.
Full article