React Router V6 Tutorial - Routes, Redirecting, UseNavigate, UseParams...

  Рет қаралды 279,410

PedroTech

PedroTech

Күн бұрын

Пікірлер: 534
@realdoomerhours
@realdoomerhours 2 жыл бұрын
This is a way better tutorial than the actual React documentation, great job.
@ultimatesheep
@ultimatesheep 2 жыл бұрын
documentation is just like manual Nobody reads it
@caracalmanhique9260
@caracalmanhique9260 2 жыл бұрын
@@ultimatesheep kkkk
@wyvrendragon4175
@wyvrendragon4175 2 жыл бұрын
Aggree😂
@Joao-oo8yj
@Joao-oo8yj 2 жыл бұрын
@@caracalmanhique9260 br?
@alowe5013
@alowe5013 2 жыл бұрын
You have no idea how much of a difference this video made to my life today. Thank you so much - such a clear, easy to follow video. So grateful!
@brilliantatosam
@brilliantatosam 3 жыл бұрын
This is a timely intervention. God bless you, Pedro!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hahaha i was waiting for so long for the React Router update to make this video
@thydevdom
@thydevdom 2 жыл бұрын
Coffee on me. Your videos are always great!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
I appreciate that! Thank you!!
@izatydita
@izatydita 3 жыл бұрын
This tutorial is exactly what I'm looking for. And your explanation is very clear. It's a helpful tutorial. Thanks, Pedro!
@cristinalopez8667
@cristinalopez8667 2 жыл бұрын
Thank God I found your video. I'm a recent bootcamp graduate and was going nuts trying to figure out why my React apps had had stopped working!
@benihahitti3513
@benihahitti3513 3 жыл бұрын
Great Job, extremely clear and concise. It's always good to stay on top of the latest updates and changes.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad it was helpful!
@petritmekuli
@petritmekuli 2 жыл бұрын
Short and really helpful. Anyway when you said you can use any of and that's true, but I think it's important to mention that and are different. Because the component makes possible SPA(single page application) and is the old way of doing request. And that's kinda big deal.
@Tux256ND
@Tux256ND 2 жыл бұрын
Dude! This is just the explanation I needed. Most videos we see are for people coming from v5 to v6, but you got me covered, even me not knowing much, even from v5! Thanks a lot, mano!
@nickurchin9579
@nickurchin9579 2 жыл бұрын
Appreciate this very much; it was precisely what I was looking for. I initially watched Web Dev Simplified's 46 minute video on React Router and ended up feeling slightly overwhelmed as all I wanted to know is how to load a new page >.< lol. This video was a relief and helped narrow the scope a bit, so my feeble mind could better absorb the info. For the record I'm not knocking Web Dev Simplified's video at all; it's superb and covers considerably more than what we learn here, but was more than I was looking to chew on at the moment. This is a great intro/beginner friendly video and then for anyone looking to go a little more in-depth/intermediate, go check out Web Dev Simplified's video. I've really enjoyed the few videos of yours I've watched so far, so consider me subscribed. Keep up the great work, man.
@ManpahulSingh
@ManpahulSingh 2 жыл бұрын
I was following a react tutorial series where the instructor used router v4, and I installed router v6 thinking it should be better and since the history, location and match props do not exist on router v6, I spent hours figuring out why I don't have these props anymore and why is my console all red. Finally I landed to this video. Thanks a lot man, you earned a sub :)
@realdoomerhours
@realdoomerhours 2 жыл бұрын
I'm currently going through the exact same thing. Glad I found this video because I was about ready to throw my laptop out the window.
@artemmarketer5745
@artemmarketer5745 2 жыл бұрын
@@realdoomerhours Nice for you cuz I'm already using a new laptop for the same reason.
@realdoomerhours
@realdoomerhours 2 жыл бұрын
@@artemmarketer5745 You have my sympathies.
@zenova9926
@zenova9926 2 жыл бұрын
i'm crying just because how well is your explanation, earned a sub!!! ✨
@amirmahdimohamadian6732
@amirmahdimohamadian6732 3 жыл бұрын
I never comment on videos, but DUDE... you are a life saver! Thanks for everything!
@RV-kl2wl
@RV-kl2wl 2 жыл бұрын
Perdro I cannot thank you enough. Whatever I need, i find on your channel in a very concise and easy to understand video. Keep up the good work. 100k soon 🙏
@sslab33
@sslab33 2 жыл бұрын
By far the best tutorial for react router v6 Every thing needed to start react router in just 20min
@anuragkasudhan3734
@anuragkasudhan3734 2 жыл бұрын
te way you explain things, it is so simple and yet so effective. IT IS INDEED ONE OF THE BEST REACTJS TUTORIALS ON KZbin. Kudos and more power to you. may god bless you. thanks, love from India.
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Appreciate that!!
@jvandco30
@jvandco30 2 жыл бұрын
Very very thank you brother. I spent 4 hours for routing using switch and later I came to know that switch does not work in higher versions. Your video is very very useful. Please continue your contribution to the world in a positive way.
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Glad it helped
@raphaeljaggerd3585
@raphaeljaggerd3585 3 жыл бұрын
Thanks bruv it took me forever to realise my errors were caused by v6
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hahaha im glad I helped!
@joydeepr007
@joydeepr007 2 жыл бұрын
I just saw this video in 2x speed and still understood everything. You're awesome 🎉
@asfnobambu
@asfnobambu 2 жыл бұрын
My son is also Pedro. I just started to learn React. Thank you !!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
That's awesome! Are you brazilian?
@asfnobambu
@asfnobambu 2 жыл бұрын
@@PedroTechnologies Yep.
@seagypsy2591
@seagypsy2591 2 жыл бұрын
Thank you!! I had been searching for days on how to use the useNavigate bit. I am new to react and most other tutorials just rush through telling you what to type but don't explain why you type it. I learned more from the first half of your tutorial than i have from all other tutorials combined.
@SkyrimBeast
@SkyrimBeast 2 жыл бұрын
Like this video? No. LOVE this video? YES!! Many thanks Pedro 🙂
@sunbrogilgamesh
@sunbrogilgamesh 2 жыл бұрын
saved my head from going mad, dude! many thanks to you, i just couldn't figure out how to use routes with my component, finally it works!
@VskiDevs
@VskiDevs 2 жыл бұрын
@PedroTech you just asked the very question that made me come to this video at 18:45 and answered it. thanks man. big help, you got no idea🔥💯
@hirealgore
@hirealgore 2 жыл бұрын
AMEN! Spent all day on this because I was working with DOM5 commands. THAKN YOU !
@parvatprajapati8932
@parvatprajapati8932 2 жыл бұрын
You just showed every important topic related to react-router-dom very well. with changes of older and newer version. Thanks
@josephgutierrez6185
@josephgutierrez6185 2 жыл бұрын
Thanks!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Thank you for your support!
@samnayakawadi
@samnayakawadi 2 жыл бұрын
You did the right move. Seriously there are very less videos on v6. Thanks. Already Subscribed.
@westernpigeon
@westernpigeon 2 жыл бұрын
thank you so much for this video dude, i tried looking for videos explaining this and every video is so outdated and yours is great AND up to date! lifesaver!
@micahwendorf8808
@micahwendorf8808 2 жыл бұрын
You make it so easy to follow along and grasp the concepts. Thanks so much for taking the time to do this!
@viallymboma9874
@viallymboma9874 2 жыл бұрын
Thank you very much. been struggling since afternoon on a specific aspect and from 13:25 to 13:30 demystified my confusion and i was able to solve my error...
@AlvinSohebBaig
@AlvinSohebBaig 2 жыл бұрын
Thanks buddy , I was stuck at some point and needed just one sentence which you narrated in this video : 👏👏
@razor0wn3d
@razor0wn3d 2 жыл бұрын
Very good bro. Thanks a lot! I'm from Brazil. I was searching on youtube a tutorial about routes on ReactJS and i see this amazing video.
@LazAustin
@LazAustin 2 жыл бұрын
You are awesome man. I'm learning React as we speak and the tutorials I was using were basically obsolete and you bridged the gap.
@KingBurger52
@KingBurger52 2 жыл бұрын
You made this very easy to understand! You have no idea how helpful this is!
@SUPREM00
@SUPREM00 2 жыл бұрын
Finally someone who knows how to teach
@widehusky
@widehusky 3 жыл бұрын
AMAZING video dude... ive seen some of your past ones and they were really helpful but i still had so many issues and i had to find replacement methods to do all the things you said in @6.. this video was straight to the point, great explanation. Thanks again and JUST when i needed it too....
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Hahaha thank you! Glad you liked it!
@angelzacarias8886
@angelzacarias8886 2 жыл бұрын
I'd like to believe you're from LATAM as your name is Pedro... It kind makes me feel proud of how good videos you have, recently I found your channel and you have a permanent subscriber 👍 great job!
@PedroTechnologies
@PedroTechnologies 2 жыл бұрын
Hahaha I am from Brazil :) Happy to hear you like the videos!
@noelpadavan5674
@noelpadavan5674 3 жыл бұрын
This man stays reading my mind, just when I need this. Thank you!
@thatonichan
@thatonichan Жыл бұрын
bro you're a lifesaver fr fr
@brayandelgado2458
@brayandelgado2458 2 жыл бұрын
Thank you brother, i was searching a tutorial like this long time ago and today i got find it... a million of points for you!
Жыл бұрын
This is absolutely gold my friend. Keep going like this. I love you.
@gonzalooviedo5435
@gonzalooviedo5435 2 жыл бұрын
Very clear explanations, thank you, Ive already seen 2 complete videos from you, this one and the another one explained react hooks!. Thanks from Chile!!!
@AlexisScuderi
@AlexisScuderi Жыл бұрын
Thanks bro, useParam will be very usefull in my actual project. I started watching this video just to see if i learn something new about react route because im very new at it, and i did
@002ashishkumar5
@002ashishkumar5 3 жыл бұрын
Omg!! greatest explanation ever, cleareed all my doubts , thnx i always watch ur videos cuz its a lot clear and to the point
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Thank you!
@caffeinated-pixels
@caffeinated-pixels 3 жыл бұрын
Cool, this helped me migrate an app from v5 to v6. Thanks!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad it helped!
@alawy5551
@alawy5551 2 жыл бұрын
8:40 Yesss thanks!! I watch tutorial about building React website and I struggle with this step he used this : path='/' exact component={Home} Technology changes fast :)
@faris.abuali
@faris.abuali 2 жыл бұрын
Thanks Pedro! 🧡
@Mark-nm9sm
@Mark-nm9sm 2 жыл бұрын
Really good video , explained it easily and most other yt videos about this are outdated so good job
@changgiljeong9820
@changgiljeong9820 3 жыл бұрын
Thank you so much Pedro, Your videos are always amazing!
@mselbekk
@mselbekk 3 жыл бұрын
This was great! Watched about 6 other videos which didn't work. Thanks a lot!
@farihanashih2131
@farihanashih2131 2 жыл бұрын
Thank you very much sir. I am a beginner in React and very confuse when i learn the old method. i don't know there is change on react-router-dom syntax in v6. GREAT EXPLANATION
@arsnakehert
@arsnakehert 2 жыл бұрын
Thank you for this A short, to the point, up-to-date video; I haven't watched much of your channel, but if the rest of it is like this, I may just have found a treasure trove of learning resources! Again, thank you, parceiro :D
@MBkingsoft
@MBkingsoft 2 жыл бұрын
First time watching your videos and I'm sooooo impressed sir. You just got one more subscriber! Well done.
@juanchi_brossa
@juanchi_brossa 2 жыл бұрын
Thank you so much, Pedro! Cheers from Argentina 🇦🇷
@flowerofash4439
@flowerofash4439 2 жыл бұрын
very clear explanation, easy to understand and good articulation with great teaching pace. you deserve more subs
@mohammedfareedh
@mohammedfareedh 2 жыл бұрын
You are the best Instructor Bro.... Keep Rocking
@abhinavagarwal7373
@abhinavagarwal7373 2 жыл бұрын
Best video on the internet on this topic
@erhanaslan3572
@erhanaslan3572 2 жыл бұрын
your youtube channel teaches more than any university or any course
@abcgyang5327
@abcgyang5327 2 жыл бұрын
This is a great lesson.. permit me say, U are a great teacher that knows exactly how to go about his lessons. It's straight forward and clear.✊ I pray for more Wisdom 🙏
@Kidz-code-t9i
@Kidz-code-t9i Жыл бұрын
Thank you so much... This is the simplest explanation i have seen for react router dom
@zaidaljamaly3905
@zaidaljamaly3905 2 жыл бұрын
You are the best youtuber that teach react thank you for your amazing videos 🌹
@derickasane8499
@derickasane8499 2 жыл бұрын
very clear and intuitive. thanks pedro
@rodneyowusu9876
@rodneyowusu9876 3 жыл бұрын
Great job Pedro. Everything made easy.
@millsbelamideb.4293
@millsbelamideb.4293 Жыл бұрын
best 20mins of my life
@mmd1dev
@mmd1dev Жыл бұрын
Pedro is really a great teacher I get whatever he says 😅❤️
@adithya00
@adithya00 2 жыл бұрын
your explanation is very clear. It's a helpful tutorial. Thanks, Pedro!
@jaylee5252
@jaylee5252 Жыл бұрын
This was really helpful and simple to understand. Thank you.
@ibnuhafizh5656
@ibnuhafizh5656 3 жыл бұрын
Thankyou so much, i've deadline tomorrow and i saw this video!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Awesome!
@chinmaykunte7362
@chinmaykunte7362 2 жыл бұрын
The best I have seen so far!!!!
@alexanderoliverbecksommer6816
@alexanderoliverbecksommer6816 2 жыл бұрын
I love your videos. They really help me through these hard times that we danes have to suffer.
@jazioxgaming
@jazioxgaming 2 жыл бұрын
I am having problems with the timestamp at 9:14. There is nothing on my screen, and I followed all of the instructions. The screen is just blank. How can I put the words on the screen for each page?
@fhkodama
@fhkodama 2 жыл бұрын
Perfect explanation! Straight forward, but complete! Thanks, man!
@一脸滑稽-k5v
@一脸滑稽-k5v 2 жыл бұрын
Thanks a lot for your videos ~ I'm still learning web developing, and found your videos so helpful !
@jennywilliams8063
@jennywilliams8063 2 жыл бұрын
Fantastic tutorial! Two questions: 1. What's the VSCode command for getting rid of the parens () in Profile.js at 7:45? 2. In App.js, how does the import for each page automatically get added after you insert each Route path? For example, line 3 gets added at 8:25 for the Home path.Is it an extension?
@eneadriancatalin
@eneadriancatalin 2 жыл бұрын
1. ES7+ React/Redux/React-Native snippets 2. it's an extension called auto import with over 2M installations
@coderjag8828
@coderjag8828 2 жыл бұрын
Thank you for this tutorial! Every other one I've watched is on V5, so this was very helpful!
@belghoulmounder113
@belghoulmounder113 3 жыл бұрын
Was actually looking for this, Thanks as always for the clear and straight to the point explanation. Much appreciated.
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad it helped!
@flashim103
@flashim103 2 жыл бұрын
Thanks, I've been looking for a v6 tutorial. This was amazing!
@andreastakvam6903
@andreastakvam6903 2 жыл бұрын
thanks so much for the video. I learnt a lot from it! The way you explained was realy good and understandably. Looking forward to se more of your content. Greetings from a dev-student from Norway🙂
@LIMLIMLIM111
@LIMLIMLIM111 2 жыл бұрын
You saved me so much time learning router! Thank you so much :))
@ThColinPereira
@ThColinPereira 3 жыл бұрын
This is a really good tutorial. Thanks, Pedro!
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
Glad you liked it!
@cloudietech5825
@cloudietech5825 3 жыл бұрын
Man is a genius on React
@PedroTechnologies
@PedroTechnologies 3 жыл бұрын
You too broo
@divyanshsao3846
@divyanshsao3846 2 жыл бұрын
Man You are a life saver. This video was so full of information Thankyou so Much for this
@fullstackspiderman
@fullstackspiderman 3 жыл бұрын
Very helpful at the right time. Thank you Pedro.. Love and Support from India..
@codexjay674
@codexjay674 2 жыл бұрын
Exactly what I'm looking for. Thank you Pedro
@mkwaliyo
@mkwaliyo 2 жыл бұрын
All I can say is thanks man. Really appreciate
@kaisasa3164
@kaisasa3164 2 жыл бұрын
you are a life saver which explains things so simple clearly and straight to the point, thank you so much! subscribed
@nejan_s
@nejan_s 2 жыл бұрын
you are a life saver love you sir Subscribed
@kd7944
@kd7944 2 жыл бұрын
Extremely clear and concise! Thank you very much for sharing . A new subscriber lol
@SofiaBelchiorinho
@SofiaBelchiorinho 2 жыл бұрын
Your videos are gold! Greetings form Portugal 😝
@gouravchouhan1790
@gouravchouhan1790 2 жыл бұрын
Your channel === GEM💎
@VijayVijay-bi8mj
@VijayVijay-bi8mj 2 жыл бұрын
16:25 Is it good to use as= Link in button tag to redirect to other page ... as=Link to="/about">click
@fewzyayimam9366
@fewzyayimam9366 2 жыл бұрын
you are the legend
@Chrisbees
@Chrisbees 2 жыл бұрын
How can I make use of useNavigate in a class component?
@wisdom6739
@wisdom6739 Жыл бұрын
Hello PedroooooO very good work ! You have all my respect, your tutorial is a real tutorial, so I subscribe right away !
@plaguegames3556
@plaguegames3556 2 жыл бұрын
Plain and simple, thank you mate
@layagodfrey2768
@layagodfrey2768 2 жыл бұрын
Thanks to Pedro.You have cleared my mind about routes.
@TheLongAndNarrowPath
@TheLongAndNarrowPath 2 жыл бұрын
Excellent tutorial, helped me to understand the basics of react-router. Thanks!
@faisalazhar9622
@faisalazhar9622 2 жыл бұрын
I was facing problem on useParams. Problem solved thanks to you.
@dannievasileva9069
@dannievasileva9069 2 жыл бұрын
This video was exactly what I needed, thank you!
All The JavaScript You Need To Know For React
28:00
PedroTech
Рет қаралды 669 М.
React Redux Tutorial For Beginners | Redux Toolkit Tutorial 2021
53:26
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
ReactJS Course [8] - React Router Dom | Routes in React
17:18
PedroTech
Рет қаралды 51 М.
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 493 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 441 М.
React Router Full Tutorial - ReactJS Beginner Tutorial
30:44
PedroTech
Рет қаралды 24 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
Learn React Router v6 In 45 Minutes
46:20
Web Dev Simplified
Рет қаралды 575 М.
React Router - Complete Tutorial
23:53
Cosden Solutions
Рет қаралды 150 М.
I Coded 10,000+ React Components, Here is What I Learned...
9:57
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41