Shallow routing on Next.js 13's next/navigation · vercel next.js · Discussion #48110

Summary Currently in Next.js 13 when adding / removing the search params, I always get a hard-reload. In Next.js 12, one could do something like router.push('/?counter=10', undefined, { shallow: tr...