Chalarangelo / 30-seconds-of-react

Short React code snippets for all your development needs
https://www.30secondsofcode.org/react/p/1
Creative Commons Attribution 4.0 International
5.08k stars 485 forks source link

Add useIntersectionObserver #118

Closed ruddenchaux closed 3 years ago

ruddenchaux commented 3 years ago

Hi, thanks for this project.

I use this hook to observer if an html element enters or exits another element (or the viewport). I hope this small contribution will be useful!

30secondsofcode commented 3 years ago

Duplicate of 52710fb.