React Router V6 - the no BS Guide

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

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

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

    I've covered a lot of videos on this series I can confidently say the entire series is a no BS. Excellent content. Thank you

  • @mokiller01
    @mokiller01 3 года назад +1

    Great Work

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

    Hi Mitchell. Thank you for providing such a thorough React / React with TS playlist.
    I was sharing your playlist to my friend who is starting his React journey. I saw that you’ve two unrelated videos on this playlist.
    One is of Elon musk and another is in a different language I couldn’t understand 😄

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

      Thanks a lot man, didn't notice it. Appreciate the kind words 🤙

  • @pushpindersingh2374
    @pushpindersingh2374 3 года назад +1

    Thank you so much!

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

    Great video, definitely no BS guide

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

    but in mobile it works? like, sometimes it leaves a 404 not found like just go to the link...

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

    Hey thanks bro do you know what .tsx is, and why some people like you use that instead of creating normal .js files for there components? thanks.

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

      Yes, a .tsx file is a file that includes JSX with Typescript (TSX).
      Although you can use .js and .ts file extensions for your React files, most people prefer to use .jsx or .tsx
      Simply because it makes it very obvious that it includes either JSX or TSX and not just some regular JS or TS code :)

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

      @@TechbaseDev Oh okay gochu so its more simple, ill try to get used to it!!

  • @vladimirdiachenko5987
    @vladimirdiachenko5987 3 года назад +1

    Thank you for your great videos! Could you suggest, please regarding rendering components within user page e.g. when I click on User page I need to be navigate to /all - always(/users/all) then /users/admins and etc?

    • @TechbaseDev
      @TechbaseDev  3 года назад

      Hi Vladimir, I'm not sure what your question is. Could you explain it again?

    • @vladimirdiachenko5987
      @vladimirdiachenko5987 3 года назад

      When we navigate for example to users page it should be /users/all and within the page we can navigate to other users’ categories.
      All--Students-Pending…nav links
      We should never see to users/ directly even when we add it to url we should be redirected to users/all

    • @TechbaseDev
      @TechbaseDev  3 года назад

      @@vladimirdiachenko5987 I'm not quite sure if I get you this time. However, the behavior you describe sounds about right

    • @vladimirdiachenko5987
      @vladimirdiachenko5987 3 года назад

      I just wanted that index for users will be users/all but not just users/
      Users route should always start with users/all

  • @137dylan
    @137dylan 3 года назад +3

    Nice video. It'd be cool if you did some larger React TS projects - there isn't much good React TS content on YT.

    • @TechbaseDev
      @TechbaseDev  3 года назад +4

      Thanks Dylan, those are definitely on my todo list!

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

    thanks

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

    👍 thanks!

  • @felixsvensson5265
    @felixsvensson5265 2 месяца назад

    perfect tempo IMO

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

    Someone doesn't understand the term No BS

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

    thanks