Это видео недоступно.
Сожалеем об этом.

React Router 6 - What Changed & Upgrading Guide

Поделиться
HTML-код
  • Опубликовано: 3 ноя 2021
  • React Router v6 (stable!) was released and it's a great improvement over v5! This video covers all the important new features AND dives into selected example apps that will be updated from v5 to v6.
    Learn all about React with my full "React - The Complete Guide" course: acad.link/reactjs
    Examples Code:
    First example v5: github.com/academind/react-ro...
    First example v6: github.com/academind/react-ro...
    Second example v5: github.com/academind/react-ro...
    Second example v6: github.com/academind/react-ro...
    Full project example v5: github.com/academind/react-ro...
    Full project example v6: github.com/academind/react-ro...
    Join our Academind Community on Discord: academind.com/community
    Check out all our other courses: academind.com/courses
    ----------
    • Go to www.academind.com and subscribe to our newsletter to stay updated and to get exclusive content & discounts
    • Follow @maxedapps and @academind_real on Twitter
    • Follow @academind_real on Instagram: / academind_real
    • Join our Facebook community on / academindchannel
    See you in the videos!
    ----------
    Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!

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

  • @amhadesta363
    @amhadesta363 2 года назад +104

    As usual, you do the heavy lifting for us and save us a ton of time. Thanks, Max!

    • @academind
      @academind  2 года назад +11

      Really great to hear that, thank you!

  • @FinAgno
    @FinAgno 2 года назад +69

    Max, you are hands down the best teacher for programming. So easy to understand and whenever you upload I know its quality content and learning is gonna be a breeze. Humblest thank you for your work! ❤️

    • @academind
      @academind  2 года назад +13

      That's just amazing to hear and honestly means a lot to me! Thank you so much!

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

      Max is Sal Khan of React.

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

      1.000.000.000 % Agree.

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

      @@b4lax That's equivelant to 1%, meaning you 99% disagree.

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

      @@Omar_Al_Seddik lol

  • @user-qy2wf2lt6v
    @user-qy2wf2lt6v 2 года назад +13

    When the front team at my company needs to learn a new skill or just needs to refresh on a rusty one, we usually say "Check one of Max's courses, he prob. has a good one on the topic".
    We are really grateful for the amazing, well structured easily approachable teaching content.

  • @jordanmowry9164
    @jordanmowry9164 2 года назад +10

    Thanks Max! I was reading React Router's documentation yesterday and was super confused. Very clear now.

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

      Really great to hear that! Thank you so much for the nice feedback! :)

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

    I've come back to this video several times, it's a lifesaver! Thanks!

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

    Thanks, man! Helped me figure out how to fix my very first independent project. Not hired yet, working on some projects to get my portfolio some meat! Thanks again!

  • @huangdiamond1778
    @huangdiamond1778 2 года назад +14

    oh, Max, you just saved my day, I upgraded to V6 a couples hours ago, and feeling frustrated with those red errors. I learnt a lot from this video, thanks.

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

    I got stucked for an hour then got ur video and it really helps me .
    Thank You Sir

  • @ozzyfromspace
    @ozzyfromspace 2 года назад +4

    These changes broke my app for like 20 minutes while I tried to figure out what was going on, but all-in-all, I like the new way. The semantics make more sense, the route matching algorithm is more intuitive, and the "exact" keyword is there by default, which is typically the behavior we're looking for. Progress! 🏆

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

    Your words are clearly understood by non-English speakers.
    And your video is really helpful. Thanks! 감사합니다.

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

    Thank you very much for this awesome video.
    as a little point for relative Links in Routes:
    if you start the "to" with '/' then it will be relative path
    but you can use absolute path for it to navigate to another Route in the app

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

    Thank you for updating you React course which I have enjoyed a lot! These changes make the code a lot leaner! Thank goodness 'exact' was removed, it was a bit confusing.

  • @samaykasamay
    @samaykasamay 10 месяцев назад

    Max, You are simply great ! And there is absolutely no definition for your greatness ! First of all, let me tell you, I am now a professional Frontend React Developer by only learning React from ground zero from your Udemy Course. Literally I had to go nowhere after learning from your course.
    Your teaching method is just amazing where your start from very basic and then gradually move to very advance levels covering almost the aspects required to start with any concept.
    Coming back to this video, since the update of React Router to v6, I was finding difficulties to migrate from v5 but again you made it really simple by covering all the important points in this video and that too by using the same sample apps which you used in your Udemy course that makes really easy for me to update my notes ( as almost all my React notes are based on your concepts ).
    Thanks once again !

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

    I got that error @2:40 and thought to myself, "is this a typescript issue of some kind?", then went down a crazy rabbit hole for like 20 minutes, reviewing their source-code, trying to figure out why neither I nor VSCode could find the import in node_modules. Lol I didn't, for a second, stop to consider the possibility that react-router-dom just got a major update with breaking changes. Wild that this only happened like 2 weeks ago, insane timing 😂. Anyway, thanks Academind for putting out this video! 🙌🏽 Now, lets keep watching and learning what's new ☮️

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

    Thankyou so much Brother, I was getting Error from last 2 Hours and Now your video is Life Saver Thanks Man🖤

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

    Thanks, Max, I had purchased your react course on Udemy, your course is absolutely the best I had learned!
    It really helps my job! Hope the detailed react-router v6 course will be updated to the paid content soon.

  • @RahulKumar-qu1if
    @RahulKumar-qu1if 2 года назад

    I have stuck for 2 days that what's happening to react router and fortunately came across your video. Really informative.

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

    This video is a piece of gold, it's rare to find videos that cover everything 💚

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

    It's worth to mention that links starting with a slash are still considered absolute paths, regardless of any nesting.
    So if Welcome page renders a Link to='/welcome', it will point to a '/welcome' path. But Route path='/welcome' in the same case will work as it's shown here - it will actually point to '/welcome/welcome'.
    This difference is a bit confusing for starter, but logical when you think about it. Links are working as they did before, while Routes always maintain a hierarchy.

  • @tech-updates
    @tech-updates 2 года назад

    Before 2 year, you both are super champ in youtube, now a days I see only less videos in youtube

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

    Thanks a million, Maximilian, for an excellent update, always coming up with a clean and clear explanation as you always do in your courses.

  •  2 года назад

    Helpful. I did fall in love with your React course

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

    I like ur all videos. you talk to the point and save a lot of times . Thanku so much sir . keep it up

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

    Such a brilliant and to the point explanation.
    I learned react native from you and now react router explanation is superb.

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

    As a guy still in school who doesn't have the best grasp of react.
    YOU SAVED ME OMG I WAS STUCK FOR ALMOST AN HOUR BEFORE WATCHING THIS/
    Seriously thanks

  • @ao4-stzf
    @ao4-stzf 2 года назад

    This is so useful, old tutorials using a different syntax meant I had absolutely no clue why my jsx weren't rendering until I stumbled across your video. Thank you!

    • @naruto.boruto_edt
      @naruto.boruto_edt 2 года назад

      Please how did you do it my is still showing a white blank page after changing the the route into an element format

    • @ao4-stzf
      @ao4-stzf 2 года назад

      @@naruto.boruto_edt Hey, can you copy past your code in here? This is what I made:
      //removed

    • @naruto.boruto_edt
      @naruto.boruto_edt 2 года назад

      @@ao4-stzf thanks for your concern but I figured it out. It was just an error of wrapping Routes on route.

    • @ao4-stzf
      @ao4-stzf 2 года назад

      @@naruto.boruto_edt No worries! Glad it worked out ^^

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

    Thanks Max. Whenever a new video comes up I have a grin on my face

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

    Really nice summary. I'm starting with React dev now, and this video was not just an upgrading guide, but a tutorial on React Router v6 in itself. One question though, is it possible to listen to browser navigation (for example, by pressing the browser back button), or this is the part that we are missing on v6?

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

    Excellent!!! I am actually loving the changes! (Having to update a full project here, but nothing that CTRL+Shift+H did not solve it quickly like replacing SWITCH to ROUTES and REDIRECT to NAVIGATE). The new syntax for the elements within the ROUTE is much better, as well as no longer needing the EXACT statement).

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

    This is a great video, the docs shuold be a walk in the park now

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

    WoooW a clear explanation everything was clear.

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

    Thanks Max for such a clear and concise upgrade guide it really helped me a lot. Awesome as always.

  • @PartheevVideoClub
    @PartheevVideoClub 2 года назад +6

    Max, make a video on Next.js 12.

  • @RaviSharma-wd3rd
    @RaviSharma-wd3rd 2 года назад

    i have spent my two day for this error !!
    Thanx Sir for provide this video

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

    Fan of your work Max, I love how easily you make us understand these complex things.

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

    I was watching the "Adding Routing" video in your Udemy course and I got the "wrap your in a element" error, I tried to fixed it and found that you've already uploaded this video :D, you are the best Max! Greetings from Argentina.

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

    I was thinking to upgrade my current project to react router 6 but was super confused. You cleared all my confusions. ❤️

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

    Yet another perfect video by Academind ❤️❤️❤️
    Guys, you are my number one when it comes to courses! I have almost all your courses on Udemy ❤️

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

    Exactly what I was looking for.......cheers

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

    Awesome, thanks Max your vids taught me Vue better than anyone else did and now these React ones are doing the same.

  • @user-qs8dk8bv2t
    @user-qs8dk8bv2t 2 года назад

    תבורך מפי עליון!

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

    Omg, you literally saved my life! I have been strugling to understand what all those errors came from even though I knew about Router v6 came out but now I know exactly how to fix them! So precious!

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

      Your entire life was in precarious danger because of react router's v6? The dev team behind the new version are very evil...

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

      @@Omar_Al_Seddik Haha, it's figuratively speaking, of course not, my life is not in danger. And I am not the first person ever who expressed their gratitude in such a dramatic way to show how big is the impact from the video. So why bother implement sarcasm in your comment towards mine?

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

      Was just fooling around.

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

      @@Omar_Al_SeddikOk, I get that

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

    Thank you, Max. Excellent information, as usual. Keep up the great work. 👨‍💻

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

    Thanks for the best explanation about activeClass for NavLink :-)

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

    the new change of nested routes will help a lot , because I used to change the relative path's name and have to go through every nested routes to replace it .

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

    thanks for this video max!!!!! youre the best teacher by far, so easy to understand. Just waiting for protected routes documentation, cannot find it

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

    Thanks Max for sharing such information

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

    This is very helpful video please make more of this kind when something changes...

  • @felicitya.9077
    @felicitya.9077 2 года назад

    You've earned a new subscriber, thank you!

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

    You have good pronunciation, I can easily understand you despite my English is not very , very good.

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

    Thank you so much for making this react router v6 video for us, MAX♥♥

  • @mohd.yasnnn
    @mohd.yasnnn 2 года назад

    Thank you for making this video,really helpful.

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

    Thank you max for going through this, I've got all your courses on udemy and love your content. One of my fav dev heads you are.

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

    THANK GOD THIS TUTORIAL EXIST

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

    Amazing! Much appreciated, amazing explanation, will start using v6 now

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

    so much with one upgrade, thanks max!!!!

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

    I liked the video, it would be interesting if you made a video of how to perform the tests with React Testing Library in this new version, because I had difficulties to render the elements.

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

    Thank you so much sir. Your video is just right on time. Hope you make another one for protected routes too. Thanks again sir😀

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

    Super, max loving it.

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

    Thanks, it was really helpfull to get updated with react!

  • @Thilina4321
    @Thilina4321 2 года назад +8

    Please please big AWS course for developers. Existing one is small. ❤️

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

    Thanks, finally React navigation becomes more elegant like Angular

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

    Thank you very much for that video and good explanation AND the source code of your examples, much appreciated :)

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

    Max, you are the best. Thank you for these instructions

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

      Thank you so much! Happy to hear that this was helpful!

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

    Very helpful content! Thanks!

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

    I wub you

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

    Thanks, it makes my life a little bit easier.
    Btw `matchPath` also broken during migration from v5 to v6, replace it with `useMatch`.

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

    This was such a clean explanation, thanks!

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

    such a great video, thanks so much for making the video

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

    This is awesome. You are awesome. Thank you so much. This is exactly what I wanted.

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

    Outlets are a game-changer for the semantic structure of routes!

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

    Max, one of the best!!!! Thanks so much!

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

    I like the new concept of relative path in a nested route. Anyway, You are a good explainer, thanks for your video, seeing this, I think I will immediately upgrade to V6

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

    excellent clear explanation, auto subscribe!!!

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

    Hey! Fantastic tutorial. Two questions tho:
    1- If I'm inside of a component, now routing is relative to the parent. What if I want to go out, and have a link to the main page? Am I obligated to use navigate? Or navigate is also relative to the parent route?
    2- The outlet: we saw an example of an outlet with just one child. But what if have two or more children? How can I specify the place to show each of those if the position in the page for them is different?
    Thank you so much for this!

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

    YOU ARE THE BEST!!!!
    YOU DESERVE EVERYTHING YOU PRAY FOR

  • @amritsingh-nu3yv
    @amritsingh-nu3yv 2 года назад

    Thanks man, I had upgraded to v6 and you saved my from seeing that lengthy documentation !!

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

    Excellent! Thank you.

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

    mindBlowing Explanation...

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

    Isn’t changing the established form of the className prop (for NavLink) a debatable design decision?
    This is a great summary of the changes btw!

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

    Extremely helpful

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

    Thats why you are highest rated on udemy too.. Thanks Max

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

    ended a day of agony for me..thank god i found this video

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

    Wow, great tutorial. Thank you so much.

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

    Thank you so much Max!, you saved my day too.

  • @user-vv5mu7yc2b
    @user-vv5mu7yc2b 2 года назад +3

    Hello, thank for the video. I have a quastion about history:
    On v5 version i was creating history with createBrowserHistory and pass her into . And then i could programically redirect from outside of the component. I do this for move most login from component to the store-manager. How its possible to do the same on v6? Thanks for answer.

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

    Very useful content 🙂, thanks, thare are a lots of changes.

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

    BLESS YOU GUYS SOOOOOO MUCH

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

    Thank you, was stuck a bit :)

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

    I still watching to see if your video cover react router : Route Render Function and Route Props thanks for your efforts

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

    Max thank you from Passau

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

    My English bad but great teacher, i undestand your lesson, thank from Russia

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

    thanks, that help is very help full

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

    Thanks so much, Regards!

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

    yore best teacher in the world

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

    yeah, React Router 6 is more readable and intuitive
    Thanks Max!

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

    Thanks, Max .

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

    amaizing explanation, thanks

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

    Thanks Max....

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

    Very clear.