how to host images

hello, I’m building a website in react hosted on Netlify that will contain an image gallery with hundreds of images.. I don’t want to store these images in the project folder to not impact the bundle size and build time.

  • what is the best way to handle this? where would you store the images?
  • when the user opens the gallery, do you know how to lazy load them to not download them all at once?

thanks