This is NOT the latest version!! v6.4 is the latest which replaces BrowserRouter, Routes etc. Please like this comment so others can also know
@Hari-mr1st5 ай бұрын
What is it replaced with
@iamtharunraj9 ай бұрын
Omg I was looking for a course on React Router. Thank you!!
@aliston_gomes4 ай бұрын
this is the old version of the Browser Router current version is 6.4
@AhmadIbrahim-v2n7e7 күн бұрын
Thank you for the good work Now I understand everything about react routing
@DaMayorProduction6 ай бұрын
You guys are awesome, I have been looking for a comprehensive video on routing. Much love
@hamaadafzal24909 ай бұрын
Sir thanks for that video kindly make a complete react course
@JirayuVijjakajohn9 ай бұрын
Just finished the video. Good work👍👍. Please more DevOps course😘
@khalidelgazzar9 ай бұрын
How did you finish a video that is 100+ minutes long and was just uploaded 6 minutes ago?? That would be 1000X speed viewing
@jostasizzi8189 ай бұрын
What the hell man?
@smartdriver29909 ай бұрын
You're kidding😅
@bullyversal53139 ай бұрын
Lol this is not even devops course😂
@iamtharunraj9 ай бұрын
Bot 😂😂😂
@braveitor5 ай бұрын
Thanks for the info. Very well explained. I didn't know I needed this but I did. :) Good job!
@ashish24389 ай бұрын
Isn't the mew method is createBrowserRouter?
@prithuadhikary7204 ай бұрын
Great and very clear explanation. Very informative.
@kehindegilbert26999 ай бұрын
This is a very nice content. God bless the creator
@yuvaranip95445 ай бұрын
Awesome Tutorial !!!what a clear explanation...Thank you so much for the best resource ..
@khalidelgazzar9 ай бұрын
Adding to my to-watch list
@igetpaidtocode9 ай бұрын
and youll never gonna watch it like the other ones :D
@sudo_sunil8 ай бұрын
@@igetpaidtocode lol true
@AbidemiEnitan-t2z9 күн бұрын
Thanks. This is really helpful.
@sohailahmad47674 ай бұрын
In earlier versions of React Router (specifically up to version 5), the exact prop was used to ensure that a route only matched when the URL exactly matched the route's path. But, in latest version, there's no need for exact because the routes already behave as if exact was applied.
@C_Showdown7 ай бұрын
Well explained, keep doing good, you will be blessed
@hericles108 ай бұрын
Great course, nice refresher. Thanks
@unluckyhozay9 ай бұрын
this is awesome thank you!
@The_Developer_9 ай бұрын
Great tutorial ❤
@olisaemekaaghabuilo86889 ай бұрын
Nice course. Thanks for this quality content
@Dev-Phantom6 ай бұрын
The best content. so cool
@AbdulAziz-pm6lk9 ай бұрын
Please make updated react appwrite course
@gaintakwa90579 ай бұрын
Waiting for this
@drazzo777cod79 ай бұрын
Thanks n word guys op brother
@chroniclesofcliches9 ай бұрын
Bob ziroll already made a more comprehensive course about react Router V6, the best thing you'd have done is create one on how to use react Router v6 and Redux/toolkit and RTK Query. but good job anyway
@jeremiahnwosu49296 ай бұрын
Are you referring to the Scrimba course
@Vignesh_KS9 ай бұрын
Bring the new browser functionality in new version
@rumentihomirtoshev21 күн бұрын
Can you tell me i you have a video where you show how to keep the user logged in, even after a refresh of the profile page?
@hansikakarunathilake39558 ай бұрын
Thanks a lot
@forellko86009 ай бұрын
Cool!
@ichiroutakashima45039 ай бұрын
This doesn't look like v6, correct me if I'm wrong though...
@pratiksavaliya38909 ай бұрын
I don't think its latest release.
@xyz-ey7ul7 ай бұрын
i think, react router changed at 6.4
@yanluisnunezlara3196 ай бұрын
@@xyz-ey7ulit's possible with the last versión use browserRouter but the new sintaxis is different and I know is better.
@yanluisnunezlara3196 ай бұрын
In other words, the tutorial doesn't show the new syntax, but the old syntax
@HeroicVampire6 ай бұрын
this works with current version
@Dseyisax7 ай бұрын
thank you bro... please, the link to the git rep
@sohanhossain34499 ай бұрын
getting this error on the latest routing dom, I am using vite, react + ts please help "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.3" }, here there is a red line under exact Type '{ exact: true; path: string; Component: () => Element; }' is not assignable to type 'IntrinsicAttributes & RouteProps'. Property 'exact' does not exist on type 'IntrinsicAttributes & RouteProps'.ts(2322)
@dexter000769 ай бұрын
I think it should be "element" attribute instead of "Component"
@sourya1119 ай бұрын
'component' prop is from React Router 5 and has been replaced by 'element' prop in React Router 6
@sohanhossain34499 ай бұрын
@@sourya111 Thanks a lot boss.
@sohanhossain34499 ай бұрын
@@dexter00076 great. thanks
@FrontierDevCode8 ай бұрын
"exact" prop is removed
@Aman_yadav14199 ай бұрын
Please give us dev ops course
@mahendranath25049 ай бұрын
Wow nice thanks for sharing the knowledge, awesome content 🫡🙏🤲👍👌
@AsantePE9 ай бұрын
I built a page for a client and he was screaming for more pages well here you go :) thank you
@iamsanish105 ай бұрын
Its been about 2 months i started learning React. Is this tutorial suitable for beginners like me? Anyone?
@bryantony98365 ай бұрын
It's hard to say especially since I have no ideas on what you've learned so far...
@zaidwani14738 ай бұрын
"John appears to be a potato"🤣🤣
@Dev-Phantom6 ай бұрын
cool
@gaintakwa90579 ай бұрын
🎉
@cocoatea579 ай бұрын
🎉🎉🎉🎉🎉🎉
@krishmistry14229 ай бұрын
Cyber security course needed
@codex_arch9 ай бұрын
The features used in this course are not from react router dom version 6 , these are the features which are belonged to version 5 , isn't it
@santoshchulakimath7 ай бұрын
34:00
@sleepingdog129 ай бұрын
John appears to be a potato ☠️
@myjava-hf9ivАй бұрын
why do u sound like walter white jr from breaking bad
@jaymartinez3117 ай бұрын
can anybody verify this is react router v6?
@Renuv59 ай бұрын
Laravel 11
@mayureshbalsaraf26969 ай бұрын
Sir pls bring AIML complete course
@AbidemiEnitan-t2z9 күн бұрын
Thanks. This is really helpful.
@codex_arch9 ай бұрын
The features used in this course are not from react router dom version 6 , these are the features which are belonged to version 5 , isn't it