Github |
Documentation
Install react-snp-infinite-scroller using npm
npm install --save react-snp-infinite-scroller
Import it into your component
import {useElementScroll, useWindowScroll} from 'react-snp-infinite-scroller';
Make window or an element call a function each time that it reaches to the end of the page
useElementScroll({reference, callback, hasMore, threshold}); useWindowScroll({callback, hasMore, threshold});