I'm looking at vercel commerce example github Nextjs 14 app router. What best practice for layout
Unanswered
African Slender-snouted Crocodil… posted this in #help-forum
African Slender-snouted CrocodileOP
I'm looking at vercel commerce example github Nextjs 14 app router. I'm wondering if I should add a separate Footer to each page? Or should I add it to Layout.tsx as Header (Navigation Menu)?
5 Replies
African Slender-snouted CrocodileOP
why not add Footer in Layout cuz same navigation?
Nile Crocodile
you can
thats the point of layouts
since footer is shared between all screens
you can just throw the footer in the layout itself