Learn React Router v6 - Full Course

  Рет қаралды 64,103

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 72
@syedismail4896
@syedismail4896 6 ай бұрын
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-mr1st
@Hari-mr1st 5 ай бұрын
What is it replaced with
@iamtharunraj
@iamtharunraj 9 ай бұрын
Omg I was looking for a course on React Router. Thank you!!
@aliston_gomes
@aliston_gomes 4 ай бұрын
this is the old version of the Browser Router current version is 6.4
@AhmadIbrahim-v2n7e
@AhmadIbrahim-v2n7e 7 күн бұрын
Thank you for the good work Now I understand everything about react routing
@DaMayorProduction
@DaMayorProduction 6 ай бұрын
You guys are awesome, I have been looking for a comprehensive video on routing. Much love
@hamaadafzal2490
@hamaadafzal2490 9 ай бұрын
Sir thanks for that video kindly make a complete react course
@JirayuVijjakajohn
@JirayuVijjakajohn 9 ай бұрын
Just finished the video. Good work👍👍. Please more DevOps course😘
@khalidelgazzar
@khalidelgazzar 9 ай бұрын
How did you finish a video that is 100+ minutes long and was just uploaded 6 minutes ago?? That would be 1000X speed viewing
@jostasizzi818
@jostasizzi818 9 ай бұрын
What the hell man?
@smartdriver2990
@smartdriver2990 9 ай бұрын
You're kidding😅
@bullyversal5313
@bullyversal5313 9 ай бұрын
Lol this is not even devops course😂
@iamtharunraj
@iamtharunraj 9 ай бұрын
Bot 😂😂😂
@braveitor
@braveitor 5 ай бұрын
Thanks for the info. Very well explained. I didn't know I needed this but I did. :) Good job!
@ashish2438
@ashish2438 9 ай бұрын
Isn't the mew method is createBrowserRouter?
@prithuadhikary720
@prithuadhikary720 4 ай бұрын
Great and very clear explanation. Very informative.
@kehindegilbert2699
@kehindegilbert2699 9 ай бұрын
This is a very nice content. God bless the creator
@yuvaranip9544
@yuvaranip9544 5 ай бұрын
Awesome Tutorial !!!what a clear explanation...Thank you so much for the best resource ..
@khalidelgazzar
@khalidelgazzar 9 ай бұрын
Adding to my to-watch list
@igetpaidtocode
@igetpaidtocode 9 ай бұрын
and youll never gonna watch it like the other ones :D
@sudo_sunil
@sudo_sunil 8 ай бұрын
@@igetpaidtocode lol true
@AbidemiEnitan-t2z
@AbidemiEnitan-t2z 9 күн бұрын
Thanks. This is really helpful.
@sohailahmad4767
@sohailahmad4767 4 ай бұрын
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_Showdown
@C_Showdown 7 ай бұрын
Well explained, keep doing good, you will be blessed
@hericles10
@hericles10 8 ай бұрын
Great course, nice refresher. Thanks
@unluckyhozay
@unluckyhozay 9 ай бұрын
this is awesome thank you!
@The_Developer_
@The_Developer_ 9 ай бұрын
Great tutorial ❤
@olisaemekaaghabuilo8688
@olisaemekaaghabuilo8688 9 ай бұрын
Nice course. Thanks for this quality content
@Dev-Phantom
@Dev-Phantom 6 ай бұрын
The best content. so cool
@AbdulAziz-pm6lk
@AbdulAziz-pm6lk 9 ай бұрын
Please make updated react appwrite course
@gaintakwa9057
@gaintakwa9057 9 ай бұрын
Waiting for this
@drazzo777cod7
@drazzo777cod7 9 ай бұрын
Thanks n word guys op brother
@chroniclesofcliches
@chroniclesofcliches 9 ай бұрын
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
@jeremiahnwosu4929
@jeremiahnwosu4929 6 ай бұрын
Are you referring to the Scrimba course
@Vignesh_KS
@Vignesh_KS 9 ай бұрын
Bring the new browser functionality in new version
@rumentihomirtoshev
@rumentihomirtoshev 21 күн бұрын
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?
@hansikakarunathilake3955
@hansikakarunathilake3955 8 ай бұрын
Thanks a lot
@forellko8600
@forellko8600 9 ай бұрын
Cool!
@ichiroutakashima4503
@ichiroutakashima4503 9 ай бұрын
This doesn't look like v6, correct me if I'm wrong though...
@pratiksavaliya3890
@pratiksavaliya3890 9 ай бұрын
I don't think its latest release.
@xyz-ey7ul
@xyz-ey7ul 7 ай бұрын
i think, react router changed at 6.4
@yanluisnunezlara319
@yanluisnunezlara319 6 ай бұрын
​@@xyz-ey7ulit's possible with the last versión use browserRouter but the new sintaxis is different and I know is better.
@yanluisnunezlara319
@yanluisnunezlara319 6 ай бұрын
In other words, the tutorial doesn't show the new syntax, but the old syntax
@HeroicVampire
@HeroicVampire 6 ай бұрын
this works with current version
@Dseyisax
@Dseyisax 7 ай бұрын
thank you bro... please, the link to the git rep
@sohanhossain3449
@sohanhossain3449 9 ай бұрын
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)
@dexter00076
@dexter00076 9 ай бұрын
I think it should be "element" attribute instead of "Component"
@sourya111
@sourya111 9 ай бұрын
'component' prop is from React Router 5 and has been replaced by 'element' prop in React Router 6
@sohanhossain3449
@sohanhossain3449 9 ай бұрын
@@sourya111 Thanks a lot boss.
@sohanhossain3449
@sohanhossain3449 9 ай бұрын
@@dexter00076 great. thanks
@FrontierDevCode
@FrontierDevCode 8 ай бұрын
"exact" prop is removed
@Aman_yadav1419
@Aman_yadav1419 9 ай бұрын
Please give us dev ops course
@mahendranath2504
@mahendranath2504 9 ай бұрын
Wow nice thanks for sharing the knowledge, awesome content 🫡🙏🤲👍👌
@AsantePE
@AsantePE 9 ай бұрын
I built a page for a client and he was screaming for more pages well here you go :) thank you
@iamsanish10
@iamsanish10 5 ай бұрын
Its been about 2 months i started learning React. Is this tutorial suitable for beginners like me? Anyone?
@bryantony9836
@bryantony9836 5 ай бұрын
It's hard to say especially since I have no ideas on what you've learned so far...
@zaidwani1473
@zaidwani1473 8 ай бұрын
"John appears to be a potato"🤣🤣
@Dev-Phantom
@Dev-Phantom 6 ай бұрын
cool
@gaintakwa9057
@gaintakwa9057 9 ай бұрын
🎉
@cocoatea57
@cocoatea57 9 ай бұрын
🎉🎉🎉🎉🎉🎉
@krishmistry1422
@krishmistry1422 9 ай бұрын
Cyber security course needed
@codex_arch
@codex_arch 9 ай бұрын
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
@santoshchulakimath
@santoshchulakimath 7 ай бұрын
34:00
@sleepingdog12
@sleepingdog12 9 ай бұрын
John appears to be a potato ☠️
@myjava-hf9iv
@myjava-hf9iv Ай бұрын
why do u sound like walter white jr from breaking bad
@jaymartinez311
@jaymartinez311 7 ай бұрын
can anybody verify this is react router v6?
@Renuv5
@Renuv5 9 ай бұрын
Laravel 11
@mayureshbalsaraf2696
@mayureshbalsaraf2696 9 ай бұрын
Sir pls bring AIML complete course
@AbidemiEnitan-t2z
@AbidemiEnitan-t2z 9 күн бұрын
Thanks. This is really helpful.
@codex_arch
@codex_arch 9 ай бұрын
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
React Router - Complete Tutorial
23:53
Cosden Solutions
Рет қаралды 161 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 935 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
10 React Antipatterns to Avoid - Code This, Not That!
8:55
Fireship
Рет қаралды 785 М.
All Rust features explained
21:30
Let's Get Rusty
Рет қаралды 338 М.
Inside the V3 Nazi Super Gun
19:52
Blue Paw Print
Рет қаралды 2,6 МЛН
Large Language Models explained briefly
7:58
3Blue1Brown
Рет қаралды 1,2 МЛН
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,6 МЛН
This is the Only Right Way to Write React clean-code - SOLID
18:23
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 385 М.
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 1,2 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН