react-simple-use-intersection-observer
v0.0.1
Published
Simple Intersection Observer hook for React
Downloads
5
Maintainers
Readme
React Simple useIntersectionObserver hook
useIntersectionObserver React hook, easy to use! Zero dependencies, blasting fast and under 1kB (minified + GZipped).
Getting started
Install
npm install --save react-simple-use-intersection-observer
or
yarn add react-simple-use-intersection-observer
Use it
import useIntersectionObserver from 'react-simple-use-intersection-observer';
...
const { isInViewport } = useIntersectionObserver(ref);