Next.js 14 Tutorial - 28 - Parallel Routes

Sdílet
Vložit
  • čas přidán 22. 06. 2024
  • 📘 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
    Parallel Routes
    Parallel Routes in Next.js

Komentáře • 51

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

    Nice. I love these series. esp this episode. It makes the code cleaner and specific to route.

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

    Simple but awesome tutorials as always. I always love your videos. I bet, there might not any other video that can make this more clear to understand.
    Thank you.

  • @arunsambyal7668
    @arunsambyal7668 Před 6 měsíci +4

    hey !
    thanks for this amazing NEXTJS14 series

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

    thank you soo much for this amazing series, I shared with my friends as they also want to learn Next.js.

  • @shalsa07
    @shalsa07 Před 6 měsíci +1

    Amazing tutorials. Thanks for this amazing series…🙏👌

  • @flamingosports3227
    @flamingosports3227 Před 6 měsíci +1

    Great series

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

    Amazing series ❤

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

    great tutorial sir. its awesome

  • @blaisekempes8659
    @blaisekempes8659 Před 6 měsíci +1

    Thanks for that Sir🙏

  • @macdee1337
    @macdee1337 Před 6 měsíci +1

    Fantastic!

  • @skanwar1351
    @skanwar1351 Před 6 měsíci +1

    i appreciated your efforts and love but please Sir, consider to uploading daily classes as it could be helpful for us to learn from you sir and thank you soo much for this amazing series.

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

    Thanks!

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

    wow...freaking awesome

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

    Thanks

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

    thanks man

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

    Hi Codeevolution, at 9:00 , could we have achieved that granular control on different parts of the layout.jsx using and instead of Parallel Routes?

  • @AndriiShevchuk-fo8ky
    @AndriiShevchuk-fo8ky Před 6 měsíci +4

    Hello, how many videos will be posted with next.js 14?

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

    Are there any situations to not use parallel routes? Performance or other?

  • @rishiraj2548
    @rishiraj2548 Před 6 měsíci +1

    Good day greetings

  • @yashwanthsekar
    @yashwanthsekar Před měsícem +2

    I don't understand how this is still different from just using components. all the advantages that you mentioned are still available if you just components for the various section.

    • @chinemelumchuba-nwene1503
      @chinemelumchuba-nwene1503 Před 7 dny

      Yes they are still be available but maybe difficult to implement and as the application becomes more complex, it may be challenging to scale.
      Parallel routes in Next.js offer significant advantages when it comes to implementing features like sub-navigation, loading states, and error boundaries. With parallel routes, you can easily manage sub-navigation within these routes, allowing for a more organized and user-friendly structure.
      One of the key benefits is the ability to handle loading states and error boundaries seamlessly. By simply adding loading.tsx or error.tsx files within the parallel route directories, you can ensure that the application remains interactive and responsive, even when certain parts of the application are loading or encounter errors. This setup allows the rest of the application to retain its state and functionality, providing a smooth and uninterrupted user experience.
      For example, if one parallel route is loading data, the presence of a loading.tsx file in that route can display a loading indicator without affecting other routes. Similarly, an error.tsx file can catch and display errors specific to that route, ensuring that other parts of the application continue to operate normally. This isolation of states and errors makes managing complex applications more straightforward and robust.

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

    do we use this all the time or only that case?

  • @danwsaps
    @danwsaps Před 3 dny

    what if u have a dashboard data that you get from dashboard layout, and you want to share data base by segment in pararel routes?

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

    Hi, I just have a question, doesn't parallel routes achieve a similar result an an HTML tag?

  • @MEZOMEZO2011
    @MEZOMEZO2011 Před 4 dny

    I'm a bit confused about the advantages compared to the normal Components. Wouldn't creating components still allow for subnavigation or independent handling?

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

    is @parallerl_routing page be server component??

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

    save yourself some time and close the dev server and open it again in order to see the new slots you've created otherwise you will search for solutions to a none existing problem

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

      life saver

    • @simple8810
      @simple8810 Před 26 dny

      oh man I was trying to figure out why my components not showing ,then saw ur comments bro🙃

    • @saputrauta09
      @saputrauta09 Před 24 dny

      Thankyou so much, this saved me. How did you know this gonna work?, i mean, why do we need to stop our dev server first?

  • @algorithmscodes-9927
    @algorithmscodes-9927 Před 4 měsíci

    I don't understand the point at 10:15
    how does the url plays if we opened different routes in the slots? we switched default notifications to archived and the url changed accordingly, but then if we switch another slot, how will the url look like?

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

    You should rewrite NextJS documentation

  • @mkaufmandev
    @mkaufmandev Před 6 měsíci +1

    As a Vue dev I feel like this isn't really showing more than one route at a time but more just using slots with the router to show multiple components at the same time. Maybe it's a semantic thing for me to understand.

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

    @/component please where is that coming from?

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

      The @ alias is a nextJs feature, that allows you to use relative path when importing modules. In this case, the card component comes from the components folder, so the @ shorthand replaces all the absolute path that is usually required, and trims it to just '@components/card'

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

    is there any way to pass props to parallel route componet ?

  • @M7ilan
    @M7ilan Před 6 měsíci +1

    Can I not use the children slot and just use the other slots?

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

      Just tested it, You can!

    • @algorithmscodes-9927
      @algorithmscodes-9927 Před 4 měsíci

      @@M7ilan
      you can, but when error happens in one, the whole page will block instead of one slot

  • @cynthiaamarachi8047
    @cynthiaamarachi8047 Před 12 dny +1

    I am stuck here,the children slot are not rendering

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

    Its not working I has done everything from reading docs to watching tutorial but its not working

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

      Resaving the globals.css worked for me. (I removed all stuff in there outside of the @tailwind lines, saved it, repasted them all. It saved the dark mode and the new layout loaded for the complex-dashboard.

    • @user-un9rr8nw2u
      @user-un9rr8nw2u Před měsícem

      Me neither. I don't understand. The way I figure it, he should have access.

    • @user-un9rr8nw2u
      @user-un9rr8nw2u Před měsícem

      I created page, layout,@comp1,@comp2,@comp3/newPage under dash-board folder. I am accessing dash-board through routing, but accessing dash-board/newPage will not work.

    • @saputrauta09
      @saputrauta09 Před 24 dny +1

      same here, didn't work

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