I have a catalog page which presents some products and filters. I use getServerSideProps to get data and pre-render the page. Here I want to use infinite scroll. Is there any way to retrieve the pageNumber in getServerSideProps without having the pageNumber inside my URL queries ?
The final result should be something like that: https://fr.ign.com/
Thanks a lot !