Easy Infinite Scrolling With Apollo Hooks in React Native
Infinite scrolling is a feature that you can see in a lot of modern apps(Facebook, Tweeter, Reddit, etc…), every time the list data in your app gets bigger you will need to add this feature to optimize your list performance.
So In this article, we’ll implement the infinite scrolling using apollo hooks