Next.js 14 Tutorial - 16 - Route Group Layout

preview_player
Показать описание

📱 Follow Codevolution

Route Group Layout
Рекомендации по теме
Комментарии
Автор

You are providing me with confidence when I'm feeling low.

PalrajG-bt
Автор

Bro explaining stuff within 2 minutes and it's better than other long videos. How's this even possible? :o

ferdousahmed
Автор

I came from react-router-dom outlets and was looking for an example of this concept in Next and FINALLY, I got it here. I really appreciate this video. Thank you very much. 🙌🙌🙌🙌

dawitderebie
Автор

your an amazing human, thanks for making this for free, its defiantly worth more than money in our eyes <3

BiggieBigM
Автор

Thanks for your work. My concepts are getting clear with each passing tutorial. Stay blessed.

aiwithhamzanaeem
Автор

Hi Vishwas, I believe, we should get our hands dirty with a basic project and use each and every topic. It would be very helpful for all of us to understand end to end flow. I understand you might have the time constraint for this but if you can then it would be

akashshinde
Автор

Great videos please a project on next that cover all topics in this next series plzz

ranaimranahmed
Автор

Thank you very much. Is there a way to remove the header & footer in the (with-auth-layout) group's layout.tsx file?

kdev_
Автор

Learning Next js so much fun with you
i have question how can i hide or not use any layout in login, signup or forgot password page ???

HamzaZaheer-bs
Автор

Ur videos r vry hlpfl plz make a project at the end of avery series that covers all topics of such series

ranaimranahmed
Автор

Sir, but how can I make everything inside (with-auth-layout) to avoid using layout from app/layout.tsx?

sammtanX
Автор

@Codevolation how would you remove the main navbar on a login page for example? Since the Rootlayout is shared throughout the application...

yasinmahmudmazid-blfz
Автор

Waiting for next video kindly upload fast and share a schedule with us so we know when you are going to upload next video

shortflicks
Автор

Question: We still have Header and Footer for register and signup. No one places Header and Footer on those pages. How can we ignore main layout?

RahulPal-tpwv
Автор

if i dont want to show navbar and footer in auth layout, how can i do that?

indimerz
Автор

Thank you for the video, but I wasn't able to rename with-auth-layout to (with-auth-layout). I had to stop the servers because Node.js in this project somehow blocked the renaming of folders. I tried to rename it in different IDEs and on different computers, and everywhere I got the same error: access denied. I find it funny that a company that creates something as complex as Next.js can't solve such a simple issue like renaming folders in a project.

dmitriz
Автор

I've a question.
1. if we are in app directory, and we have a group folder (auth), which contains login, register folders etc.
2. we have a common layout in the base layout.jsx file, which is for sure applying on the auth files as well, it contains the header and footer, and some other confidential routes and information, for example for dashboard.
3. so how to apply that layout only on the routes other than auth routes.
4. if you say that I should make a dashboard folder and make a different layout for dashboard, that's not the case, my routes should be starting from "/".
5. again, I don't want to apply my base layout on auth directories, because there's no sense to show top bar or sidebar or hamburger menu there.
please answer.

usamarehmanyousaf
Автор

How to get rid of header and footer in login page and in register page?

loribryant
Автор

But
Root Layout is still show with auth . so if I want to hide root layout should put it in new Group Route, Right ?

omarrayes
Автор

Hi Vishwas, could you please add the demo code

dhanushkumarsivaji