Next.js Discord

Discord Forum

Header and footer rendering again every page switching

Answered
Mandarin fish posted this in #help-forum
Open in Discord
Mandarin fishOP
how to make the header and footer not render again when switching to another page?
Answered by Ray
put them in layout.tsx if you are using app router
View full answer

3 Replies

@Mandarin fish how to make the header and footer not render again when switching to another page?
put them in layout.tsx if you are using app router
Answer
@Ray put them in `layout.tsx` if you are using app router
Mandarin fishOP
thanks you, bro
@Mandarin fish thanks you, bro
please mark solution if your issue has been solved