react-use-infinite-loading
Infinite scroll hook for React
DEMO
https://evankazadaiev.github.io/use-infinite-loading-hook/
Install
NPM npm install --save react-use-infinite-loading-------------YARNyarn add react-use-infinite-loading
Options
Option | Type | Description | Required | Default value |
---|---|---|---|---|
callback | Function | api request | true | - |
hasMore | Boolean | if server has more items for us | true | - |
startPage | Number | Start page | false | 1 |
offset | Number | Distance for sending request before end of scrolling container | false | 250 |
direction | String // top or bottom | Scroll direction | false | bottom |
Usage
;
License
MIT © evankazadaiev