Mastering Route Intercepts in Next.js: A Comprehensive Guide

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Unlock the power of routing in Next.js with this comprehensive guide to Route Intercepts! This tutorial takes an in-depth look at how you can effectively manage the flow of your web application by manipulating routes in Next.js. Whether you're a beginner just starting out or a seasoned developer looking to enhance your knowledge, this video will walk you through the fundamentals as well as the advanced techniques involved in using Route Intercepts in Next.js.

Комментарии • 21

  • @anasouardini
    @anasouardini Месяц назад

    Isn't this just a pop up with unnecessarily changing the url? I'm failing to see a valid use case of this, a pop up with two buttons "visit" and "share" would render this feature completely unnecessary.
    Perhaps, Nextjs should've made their next/link easier to use like they do in tanstack router instead of baking new features that don't really affect the DX that much.

  • @dixztube
    @dixztube 7 месяцев назад

    Isn’t it a problem that one can without some difficulty think of an example outside the docs. I think many of us had the same experience
    Does this work with dynamic routes like (..)[route]

  • @abhilashm5236
    @abhilashm5236 11 месяцев назад +3

    This is one the awesome playlist for next Js , it’s amazing great job 👏🏻.
    Can you do a video on micro front ends with next Js . Where we reuse components present in one micro front to use in another micro front end.

  • @quocduongtech
    @quocduongtech Год назад +4

    Your explanation is really great, your channel should be popular

    • @coderyan
      @coderyan  Год назад

      Thank you, I appreciate that

  • @Mohamed-eq3hj
    @Mohamed-eq3hj Месяц назад

    Was really stuck with why we used (.) instead of (..) inside the slot, Thank You for your explanation.

    • @coderyan
      @coderyan  Месяц назад

      You’re welcome

  • @KamasahDickson
    @KamasahDickson 3 месяца назад

    Oh shit. I love how you teach and I'm surprised i'm not already subscribed.😢 I did hit that button.🎉

    • @coderyan
      @coderyan  3 месяца назад

      Thank you. I appreciate that

  • @ammarhaidar5995
    @ammarhaidar5995 Год назад +3

    Very beneficial content, thanx man

  • @zia-kayani
    @zia-kayani Месяц назад

    the dog being is enjoing his sleep

  • @islemmedjahdi3737
    @islemmedjahdi3737 Год назад +1

    Hello thank you so much for this video, Im using this feature in my new project and i had a problem, what if I have a page named "create" or "new" inside photo folder in your example, you will see that photo/create is getting intercepted and considering create as an id, How can u solve this?

  • @soumadip_banerjee
    @soumadip_banerjee Год назад +3

    👌🏻

  • @alexdin1565
    @alexdin1565 9 месяцев назад +1

    woo it's amazing very clear and at the point

    • @coderyan
      @coderyan  9 месяцев назад

      Happy it helped!

  • @zhiven7484
    @zhiven7484 9 месяцев назад

    Very well explained video! Thank you very much!
    I have a question, if you are in photo 1, you can click photo 2 and navigate to photo 2, if to implement for closing modal functionality, how would you achieve? Closing the modal would need to clear all the previous photos path.

  • @devmeraz87
    @devmeraz87 11 месяцев назад +1

    Thanks 🖤🖤

    • @coderyan
      @coderyan  11 месяцев назад

      You’re welcome

  • @weiwei2694-q2h
    @weiwei2694-q2h Год назад

    Thankyou