Lazy-load images with the Intersection Observer API and React | by Tara Ojo | JavaScript In Plain English | Nov, 2020 | Medium
The Intersection Observer API allows you to observe and react to changes when an element enters the viewport or a parent element. It’s…