Aljullu / react-lazy-load-image-component

React Component to lazy load images and components using a HOC to track window scroll position.
https://www.npmjs.com/package/react-lazy-load-image-component
MIT License
1.46k stars 110 forks source link

Performance Issue: New Version Slower Than 1.5.6 #132

Open muffix200 opened 4 months ago

muffix200 commented 4 months ago

Bug description Upgraded to the latest React lazy load image component and Scrolling is noticeably laggy when images are loading

To Reproduce same code

<LazyLoadImage
        effect="blur"
        alt={"404"}
        src={item?.photo_medium}
        width={"90%"}
      />

Technical details: