NextRouter shallow routing not working
Unanswered
Greater Scaup posted this in #help-forum
Greater ScaupOP
Currently I have a problem, I do pagination and for that I use query params, specifically "p". The problem is that when a new page is loaded the whole page re renders, this behaviour does not happen in the main page /. I thought at first that this was because I was working on a dynamic route but when I try to add a new route (not dynamic) and put the same content I have in my main page "/" , the behaviour persists.