Implementing an infinite scroll component in React & hooks
In the previous post, we implemented a load more functionality in React. Today, We will implement an infinite scroll component with react hooks in two approaches.
What is Infinite Scroll?
Infinite Scroll is a technique that automatically adds the ne...
boyanliu.hashnode.dev7 min read