Next.js shallow search params routingThe ability to do shallow navigation is no longer available in App Router hooks in Next.js.To persist the state in the URL without unnecessary server round trips, you can use the browser native History API.An alternative library called nuqs is available for making search params a first-class citizen in Next.js.