how to manipulate history on browser navigation in next js app

3 weeks ago 22
ARTICLE AD BOX

I want to know how to manipulate navigation history when I there is page that is updating params on initial render

Home > Another Page (it is updated on initial render as example.com?page=1&&limit=50)

if i am clicking back then I am not going that page instead I am on same page re rendering params again

I don't want browser history to be updated with params

Read Entire Article