React Intersection Observer

Description:

React component that triggers a function when the component enters or leaves the viewport. No complex configuration needed, just wrap your views and it handles the events.

Installation:

# Yarn
yarn add react-intersection-observer

# NPM
$ npm install react-intersection-observer

Preview:

react-intersection-observer

Add Comment