Next.js 14 Tutorial - 13 - Route Groups

Sdílet
Vložit
  • čas přidán 13. 11. 2023
  • 📘 Frontend Interview Course - learn.codevolution.dev/
    💖 Support UPI - support.codevolution.dev/
    💖 Support Paypal - www.paypal.me/Codevolution
    💾 Github - github.com/gopinav
    📱 Follow Codevolution
    + Twitter - / codevolutionweb
    + Facebook - / codevolutionweb
    📫 Business - codevolution.business@gmail.com
    Next.js 14
    Next.js Tutorial
    Next.js 14 Tutorial
    Next.js Tutorial for Beginners
    Route Groups
    Route Groups in Next.js

Komentáře • 53

  • @judgecrow1611
    @judgecrow1611 Před 2 měsíci +31

    small tip: If you can't rename folder in VS Code to (foldername): Stop the dev server with ctrl+c, rename folder and start server again

  • @igorluyz_
    @igorluyz_ Před 6 měsíci +7

    The you explain every thing is on next level. Thanks for you hard work and supports.

  • @bhaimohsin
    @bhaimohsin Před 2 měsíci +1

    This is exactly what I was searching for!
    Thanks Sir...

  • @shiretsu
    @shiretsu Před 4 měsíci +1

    simple but effective tip. I can't believe I hadn't thought of this lol

  • @babajideibiayo5159
    @babajideibiayo5159 Před 3 měsíci +4

    In order to successfully rename the auth to (auth) in vscode simply stop the npm dev server running in terminal before you rename

  • @SSmithYT
    @SSmithYT Před 3 měsíci +7

    If you run into issues renaming the folder (vscode not letting you) updating vscode and restarting it helped me :)

    • @michellehuerta9576
      @michellehuerta9576 Před 2 měsíci +2

      That didn't work for me. I had to close vscode and rename the file from the Windows file explorer. But thanks anyway.

  • @bharatpaliwal9862
    @bharatpaliwal9862 Před 7 měsíci +1

    Looking forward to lean this new era Framework with this series

  • @ApexModi6000
    @ApexModi6000 Před 4 měsíci +1

    Sir loving your to the point next Js concepts videos
    no bs like others on yt who just waste time

  • @PaulPariat
    @PaulPariat Před 7 měsíci +1

    Thanks a lot for your hard work❤

  • @AhmedKhaled-xd7mv
    @AhmedKhaled-xd7mv Před 7 měsíci

    thank you very much and please keep this great content up

  • @bhanusunka2840
    @bhanusunka2840 Před 7 měsíci

    Route groups is surprisingly the best i feel

  • @yogeshchandel9084
    @yogeshchandel9084 Před 4 měsíci

    Best playlist of next js to take next leve l❤❤❤

  • @kikemore3451
    @kikemore3451 Před 4 měsíci +2

    Excelent tutorials learning Next! congrats!!

  • @CKNMEDIA
    @CKNMEDIA Před 7 měsíci

    Great videos. Thanks ❤❤

  • @riyad-appscode
    @riyad-appscode Před 7 měsíci +1

    Great video 👍

  • @ranaimranahmed2532
    @ranaimranahmed2532 Před 7 měsíci +2

    Very infornatic video plz aftet next js series make a project plz using next 14

  • @raki0125
    @raki0125 Před 7 měsíci +7

    If i read documents i wont find this properly i dont how he is finding the topics ty these topics i didn't knew yet i use pages directory in production

  • @me29_hi8
    @me29_hi8 Před 4 měsíci

    nice series

  • @thatactionhero3635
    @thatactionhero3635 Před 5 měsíci

    What extension is that for changing the vscode folder icons like this? i tried the vscode-icons extension but it doenst look as good as yours.

  • @nowystudios
    @nowystudios Před 5 měsíci +1

    If you use useParams in route group it does not return both params?

  • @nishanth4177
    @nishanth4177 Před 4 měsíci

    Thanks

  • @franksvt4344
    @franksvt4344 Před 5 měsíci +1

    Gracias mi rey

  • @flaviohenrique5294
    @flaviohenrique5294 Před 5 měsíci

    It's possible combine route group with route intercepters? I try use (.)(auth) but don't work. I try to use this inside a @moda/(.)auth/...

  • @NajOrgChannel-td3kb
    @NajOrgChannel-td3kb Před 6 měsíci +6

    Error: EPERM: operation not permitted, rename 'd:\PROJECTS\LOCAL\Learn-NextJS\hello-world\src\app\auth' -> 'd:\PROJECTS\LOCAL\Learn-NextJS\hello-world\src\app\(auth)'

  • @chesterxp508
    @chesterxp508 Před 25 dny

    GoodJob!

  • @biplabmondal-vb5oo
    @biplabmondal-vb5oo Před 7 měsíci +2

    Sir the way you teach us is amazing and I am personally addicted to your Nextjs tutorial. My only request to you please upload 3-4 videos every day. 🙏

  • @PranjalSarkar-cc8ls
    @PranjalSarkar-cc8ls Před 3 měsíci

    I am not able to change the auth folder name to (auth) from VSCode directly. I am using Windows. Can someone please help me to resolve this issue?

  • @benedictpajarillaga2328
    @benedictpajarillaga2328 Před 5 měsíci

    hi, i am new to nextjs but i have experience in reactjs, normally in react I create routings for each role that is used for my website, for example /dashbard of the admin view is different from the /dashboard of the guest view, how can I do that in nextjs? I've tried parallel routing and route groups but It doesnt work like intended. can you help me with this?

    • @sripadan
      @sripadan Před 4 měsíci

      You can still have one route /dashboard and render corresponding components under it conditionally.

  • @johannesfreutel4387
    @johannesfreutel4387 Před 5 měsíci +1

    4:11 you are welcome

  • @tripolar-3794
    @tripolar-3794 Před 3 měsíci +1

    I got the "Error: EPERM: operation not permitted, rename 'auth' ->(auth)'" Error.
    The only way of fixing this I could find was to go manually into the directory and rename the folder itself manually using File Explorer.

  • @Engineer6nine
    @Engineer6nine Před 4 měsíci +1

    I am not able to rename the folder auth to (auth) directly from my vscode.. can someone please help me

    • @bloggerayush8550
      @bloggerayush8550 Před měsícem

      same issue to me bro, how did u solve it??

    • @Engineer6nine
      @Engineer6nine Před měsícem

      @@bloggerayush8550 delete it and straight away recreate as (auth)

  • @CarlWicker
    @CarlWicker Před 5 měsíci

    VS Code wont let me rename the folder to (auth), anyone else have this problem?

    • @CarlWicker
      @CarlWicker Před 5 měsíci +2

      I could only rename the folder after restarting VS code for some reason.

  • @rishiraj2548
    @rishiraj2548 Před 7 měsíci

    💯👍🙏

  • @sharpesthawk
    @sharpesthawk Před 6 měsíci

    It only worked for me when I renamed auth to (auth). Can somebody explain the reason behind this?
    OK, my bad.....i should've watched the whole video 😅

  • @n8xeditz561
    @n8xeditz561 Před 2 měsíci

    Who son of a beach created this framework, MERN is easier than this bullsheet and its slower as well..., btw your explaination is good

  • @ndnow12
    @ndnow12 Před 3 měsíci

    This routing system seems regressive.

  • @shivamchaurasia683
    @shivamchaurasia683 Před 7 měsíci

    The you explain every thing is on next level. Thanks for you hard work and supports.

  • @yinonelbaz5309
    @yinonelbaz5309 Před 7 měsíci

    Thanks a lot for your hard work❤