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