Add routing with NextJS - Web Front-end Development | Lesson 49 (Free Coding Bootcamp)

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

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

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

    I'm following this tutorial however I think I'm using a new version of NextJS compared to the one in the video here so in order for the Links to work, I had to include this prop called legacyBehavior which makes the code look like this:
    back

  • @CodewithVincent
    @CodewithVincent  2 года назад +3

    What did you learn this lesson?

  • @abdullah5246
    @abdullah5246 2 года назад +1

    I'm currently learning React and Express, and this video is a great addition to these techs. Thank you!

  • @dimitmoto1716
    @dimitmoto1716 2 года назад +2

    Super video, thank you!
    One note: tag is not needed inside Link tag.

    • @CodewithVincent
      @CodewithVincent  2 года назад

      Oh I was following the documentation on nextjs and their examples used an tag! But I guess it's not really necessary

    • @dimitmoto1716
      @dimitmoto1716 2 года назад

      @@CodewithVincent oh I didn't know that it was on documentation. I didn't put tag inside the Link tag and worked fine. I also disabled javascript ( so the css was gone) and it appeared as normal links ( I didn't need to do that, I could just check the dom from the devtools)

    • @dimitmoto1716
      @dimitmoto1716 2 года назад +1

      @@CodewithVincent actually you are right we must put the a tag in order the browser appear the content between it as link. If we don't put it inside a tags it will work as link, it will be clickable but it will not have the default browsers link style.

  • @ryu-pg4rs
    @ryu-pg4rs 2 года назад +1

    just saying that u forgot to add lesson 48 to the playlist :)

  • @roderickluces5040
    @roderickluces5040 2 года назад +1

    nice

  • @GBSZ12
    @GBSZ12 2 года назад +2

    hi

    • @CodewithVincent
      @CodewithVincent  2 года назад

      Hello :)

    • @kelseynoelcook
      @kelseynoelcook 2 года назад

      Great video! I am studying full stack development right now. Should I study C++ too?

    • @CodewithVincent
      @CodewithVincent  2 года назад

      @@kelseynoelcook you should be fine without c++ as a full stack developer

    • @kelseynoelcook
      @kelseynoelcook 2 года назад

      @@CodewithVincent thank you!!!