Intersection Observer
What is Intersection Observer? π€
It's a JavaScript API that allows you to asynchronously observe changes in the intersection of a target element with an ancestor element or the viewport.
Why do we need it in real life? π
Intersection Observer helps...
vanshsharma.hashnode.dev2 min read