react-intersection-list icon indicating copy to clipboard operation
react-intersection-list copied to clipboard

how can i do pagination and down scroll load more

Open ahmetkuslular opened this issue 5 years ago • 0 comments
trafficstars

A very nice package, thank you. I have two problems.

  1. I want to handle the situation at the top and load more in front of the page.
  2. I want to do pagination. more precisely, I want to get on which page it is with call back.
const changedPage = (page) => {
          console.log (page)
}
/*
  * currentPage = 2
  * scrolls down output: 3
  * scrolls up output: 1
*/

ahmetkuslular avatar Jun 16 '20 18:06 ahmetkuslular