Next.js Discord

Discord Forum

NextJS App Router - Navigation Re-Render

Unanswered
Philippine Crocodile posted this in #help-forum
Open in Discord
Philippine CrocodileOP
When I navigate with the <Link/> component from next/link, my entire page does a re-render.

How do I prevent this from happening and continue to the expected NextJS App Router behaviour of Partial Rendering and Soft Navigation? https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating

I am using the latest Next stable release of 14.0.4

This is a core feature and behaviour of Next App Router, however, I haven't found much resolved thread discussion online about it. https://github.com/vercel/next.js/issues/52558

0 Replies