Pagination
In this episode we are going to learn how to create a pagination for our Nextjs and Strapi website.
Strapi will provide us with some valuable data and filters which will make creating our pagination very simple. Specificaly we will get number of items from Strapi and use it’s _limit
and _start
filters. This information will allow us to calculate pagination using simple JavaScript, Next.js and ofcourse React.