How To Efficiently Render Large Amounts Of images In A Webpage?
Im trying to replicate airbnb’s homepage that displays numerous images but when I scroll around it lags badly. I am using aws s3 for image storing and I pass the public url to frontend and paste it in the src property to be rendered. I am using MERN stack with AWS s3 for image storage.
How To Efficiently Render Large Amounts Of images In A Webpage?
Im trying to replicate airbnb’s homepage that displays numerous images but when I scroll around it lags badly. I am using aws s3 for image storing and I pass the public url to frontend and paste it in the src property to be rendered. I am using MERN stack with AWS s3 for image storage.