Next JS Deep Dive: Understanding and Implementing Dynamic Routes

Sdílet
Vložit
  • čas přidán 24. 07. 2023
  • Welcome to a deep dive into Dynamic Routes in Next.js! This comprehensive tutorial will walk you through the fundamentals and intricate details of dynamic routing in Next.js, providing you with the skills to build highly scalable and flexible web applications. We cover generateStaticPaths, catch all routes, and much more.

Komentáře • 32

  • @madilinkenmeyer
    @madilinkenmeyer Před 8 měsíci +4

    I'm in a bootcamp and working on my final project. You saved me. THANK YOU. Maybe I won't have to code all weekend now.

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

    Lovely stuff mate. Super useful thank you.

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

      You're welcome, happy it helped

  • @AlloMission
    @AlloMission Před 3 měsíci +1

    Great video, super clear. Thanks

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

    seems like I found hidden gem 🔥

  • @zoki5388
    @zoki5388 Před 11 měsíci +5

    Hey Ryan could you add timestamps, it helps a lot to jump straight certain topics.

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

    This was surely helpful!

  • @Premji_likes_sanity
    @Premji_likes_sanity Před 3 měsíci +1

    amazing , Thank you ! 👌👌

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

    how do we set different theme to each multiple (dynamic) pages ex: category pages, or maybe random themes for each blogpost?

  • @RT-yg6ec
    @RT-yg6ec Před 7 měsíci

    another great video, thanks helping us ryan!
    agree with the other guy Link would've been more appropriate in this instance! But video is still Overall amazing.
    would be really nice to see how to do nested dynamic routes via API calls
    havent seen anyone do that yet, been trying to figure that out

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

      Thank you for the feedback and kind words -- I'll definitely add that to my list of video ideas

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

    Thank u soooo much!

  • @mr.eleven2141
    @mr.eleven2141 Před 4 měsíci

    hey man i using this in my project when i am moved to server when i refresh the dynamic page it is take me to the home page every time but the url is still there i am not facing any issue with static pages btw i am not facing any isssue in my local too

  • @resulterror2381
    @resulterror2381 Před 9 měsíci +1

    thank you ryan

  • @DivyanshArya-bc2dx
    @DivyanshArya-bc2dx Před 28 dny

    Thanks 😀

  • @adelmae9037
    @adelmae9037 Před 8 měsíci +1

    thanks man

  • @MohitSingh-lj4dc
    @MohitSingh-lj4dc Před 3 měsíci +1

    Nice explain

  • @AnisKhan-pq1iq
    @AnisKhan-pq1iq Před 9 měsíci +1

    I am facing an issue where res data is displayed correctly in the console and Postman, but when I make a request, it shows 'id' as undefined in both the console and Postman. My folders api/users/[id] route.js

    • @byte-master
      @byte-master Před 4 měsíci

      You must be consuming the api request incorrectly on your api thats the reason it throws undefined

  • @Em-Aar
    @Em-Aar Před 8 měsíci

    21:24 Rather than making client component to useRouter, can't we add simply Link component in products function?