how to render dashboard layout in home route
Answered
Transvaal lion posted this in #help-forum
Transvaal lionOP
User
i have nextjs 14 app router project
and i have /login , /register , /2fa , /renew on same project
and i want to have dashboard on same project which is home route "/"
but when i include sidebar in home layout file then it is rendering the same sidebar in all login , register ,2fa , renew route i dont want that
i have nextjs 14 app router project
and i have /login , /register , /2fa , /renew on same project
and i want to have dashboard on same project which is home route "/"
but when i include sidebar in home layout file then it is rendering the same sidebar in all login , register ,2fa , renew route i dont want that
12 Replies
Plott Hound
and i have /login , /register , /2fa , /renew on same projectwhen you say project are you talking about a route group?
and i want to have dashboard on same project which is home route "/"what is home route? are you talking about the root layout?
might be easier if you share a screenshot of your directory
@Plott Hound `and i have /login , /register , /2fa , /renew on same project`
when you say project are you talking about a route group?
`and i want to have dashboard on same project which is home route "/"`
what is home route? are you talking about the root layout?
Transvaal lionOP
route group solved my issue
Answer
Transvaal lionOP
beacuse they can have their own layouts
i was modifing root layout so it was adding on all routes
now i can make route group and add home route to it
Plott Hound
yeah since all layouts inherit their parents - best practice is to keep the root layout as simple as possible and use route groups to organise your layouts
@Plott Hound yeah since all layouts inherit their parents - best practice is to keep the root layout as simple as possible and use route groups to organise your layouts
Transvaal lionOP
yea i mostly use root layout for recoil and other global stuffs only toasts and stuffs
thats why i dont wanted to modify it
i asked same question to chatgpt but that didnt solved my problem
seems like chatgpt dying
Plott Hound
its last training update was before App Router came out so you wont have much luck