Description:
A smart React image lazy load component built with IntersectionObserver API.
Features:
- Speed up initial page loads by loading only images above the fold
- Responsive with placeholders and animations
- Smart download logic using IntersectionObserver
- Simple usage and tiny size
Installation:
# Yarn $ yarn add react-simple-img # NPM $ npm install react-simple-img --save






