In my previous blog, I explained how to query Graphql API using Neuron. Throughout the blog, I explained the working of Neuron on page 0. Whereas, there will be scenarios when users can have multiple blogs paginated on multiple pages. So, we need to add functionality so that users can load multiple pages. This can be achieved easily by adding a button with some text Load More and adding an event to load the data on the click. But we will be using a little different approach of using paginating using Infinite Scroll. This will be a continuation of my previous blog, so let's add this feature.

continue reading on abulasar.com

⚠️ This post links to an external website. ⚠️