Skip to content

fed/react-infinite-scrolling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-infinite-scrolling

First import the component:

import InfiniteScrolling from 'react-infinite-scrolling';

and then use it to wrap anything you need:

<InfiniteScrolling handleBottomReach={fetchMorePosts}>
  <YourComponent />
</InfiniteScrolling>

About

React Infinite Scrolling Component

Resources

Stars

Watchers

Forks

Packages

No packages published