1.0.0 • Published 3 years ago
@andideve/infinite-scroll v1.0.0
infinite-scroll
A lightweight React library for automatically next page.
Install
npm i @andideve/infinite-scroll
Usage
return (
<InfiniteScroll hasMore={hasMore} loadFn={loadMore} threshold={1000}>
{/* movie list */}
</InfiniteScroll>
);
License
1.0.0
3 years ago