Next.js Discord

Discord Forum

Use next/link to render page without rerendering header

Answered
Giant Chinchilla posted this in #help-forum
Open in Discord
Giant ChinchillaOP
I'm quite advanced with NextJS/React, but I'm a bit confused on how to accomplish this:

I want to have a header in my dashboard that is not re-rendered when using next/link to go to different pages in the dashboard. Whats the best way to accomplish this?
Answered by Giant panda
View full answer

2 Replies

Giant panda
If you are using the app router you get this out of the box when combining layouts and only changing pages inside of those.
Giant panda
Answer