Next.js 14 Tutorial - 31 - Intercepting Routes

Sdílet
Vložit
  • čas přidán 20. 12. 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
    Intercepting Routes
    Intercepting Routes in Next.js

Komentáře • 41

  • @skanwar1351
    @skanwar1351 Před 5 měsíci +22

    You're making us Master of Next.js, As the Other CZcamsrs just explaining Some concepts, But you Sir Making Each and Every Concept "Crystal Clear".

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

    This series are practically the best videos on Next.js .... They provide first time concepts Next.js I nevr heard or seen anywhere b4 on youtube ... well explained without a rush

  • @ernestamoah9664
    @ernestamoah9664 Před 5 měsíci +12

    On the more serious note you are the best react teacher I have ever found on youtube. Better explanation and illustrations

  • @antonio80020
    @antonio80020 Před 5 měsíci +4

    I wanted to thank you for all your tutorials, I followed almost all of them and thanks to you I have been working at Accenture for more than a year. Thank you so much Vishwas.

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

    I Appreciated Your Hardword, to Record and Edit the Video, Thank you soo much for Making Each and Every Concept easy to learn💙💙.

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

    Thankyou so much for this series.thankyou so making it super easy🤗

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

    Thank you for this clear video!

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

    OMG! What is this wizardry!!!

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

    Very clear!

  • @user-ks5ch4ir4y
    @user-ks5ch4ir4y Před 2 měsíci

    Thank you so much🤗🤗

  • @skanwar1351
    @skanwar1351 Před 5 měsíci +3

    Intercepting Routes are importent in Real Word Projects waiting for Practical Implementation of Intercept Rotes.

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

    About the exercise in the lesson 30, even though i have not coded it, is the answer going to be by putting a default.js file in the Login slot and exporting a default jsx component from it?

  • @sreet2841
    @sreet2841 Před 22 dny

    Thanks for the amazing Next.js videos. One question, not able to recollect or think why we need different or default page when we reload from sub-navigation routes from slots or intercepting routes. Most of the times, we need the same page when we reload from sub navigation. Is there any way to reload without writing any extra code from sub navigation?

  • @react.dev.28
    @react.dev.28 Před 5 měsíci

    On this series > Please make video of NextJs : Markdown & mdx differently.

  • @VanshShah-yo9ie
    @VanshShah-yo9ie Před měsícem

    can we say it is like shimmer UI of ReactJS or replacement UI until it loads the main component?

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

    How many more videos to complete the series ?

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

    If for anyone intercepted route is not working, try closing the localhost and again run npm run dev command.

  • @aneeshverma1
    @aneeshverma1 Před 24 dny +2

    Need to run `npm run dev` again for intercepted route to work. Doesn't reflect in hot reload.

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

    the only use case makes sense is probably login screen

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

    Made full of page.tsx files 😔
    Searching for a file in VS code become a nightmare
    I feel nextjs should have a choosen a better convention for routing

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

    Can you share with us your VS-code extensions?

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

    After basic please kindly show a project. And implementation

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

    anyone else having issue with this intercepting routes? When I click F2, it goes to the normal one instead of the intercepted one. I tried restarting the server and tried deleting the .next folder and test but still the same... anyone know why?

    • @kelvin.tryanto
      @kelvin.tryanto Před 26 dny +1

      me too

    • @cxiofs
      @cxiofs Před 25 dny

      @@kelvin.tryanto I found out what can solve, just create a default.tsx inside (.)f2 and then return it null
      export default function Default() {
      return null;
      }

    • @castrox605
      @castrox605 Před 24 dny +2

      For my solution, I stop the run by Control + C in Mac, then run npm run dev again. It will work as in the lesson.

    • @kelvin.tryanto
      @kelvin.tryanto Před 22 dny

      ​@@cxiofs I give up and clone the github LOL, it works!

    • @nightfury1250
      @nightfury1250 Před 20 dny

      restarting the server works for me.

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

    Why my one level above don't work 😢

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

    how to hide global components on specific page in next js?

    • @AS-if5jg
      @AS-if5jg Před měsícem

      aila bro..abhi tak nhi hua vo issue solve?

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

    Just .. just how many naming conventions are there for all different stuffs..

  • @pjosxyz
    @pjosxyz Před 21 dnem +2

    ( . )( . ) they missed out on this syntax... (..)(..) not fixed yet