Learn React Router v6 - Full Course

  Переглядів 34,050

freeCodeCamp.org

freeCodeCamp.org

День тому

Learn how to use React Router. You'll learn about setting up a basic routes, protecting authenticated routes, custom route transitions and more.
Course created by @CounterSyntax
💻 Starter Project/Boilerplate code: github.com/Kolosafo/git-explorer-starter
💻 Git Explorer Final: github.com/Kolosafo/git-explo...
⭐️ Contents ⭐️
⌨️ (0:00:00) Course Overview
⌨️ (0:02:23) Introduction To React Router
⌨️ (0:05:08) Project Overview
⌨️ (0:07:01) Project Setup
⌨️ (0:09:23) Installing React Router
⌨️ (0:10:33) Setting up React Router
⌨️ (0:14:11) Introduction to Routing
⌨️ (0:20:37) Boilerplate code
⌨️ (0:21:23) Adding a new Route
⌨️ (0:22:12) How to Navigate between Pages
⌨️ (0:25:01) Nested Routes
⌨️ (0:31:37) Creating a custom "Not Found" page
⌨️ (0:35:30) Dynamic Routing
⌨️ (0:43:34) Programmatic Navigation
⌨️ (0:53:27) Route Guarding
⌨️ (1:02:45) Navbar Adjustment
⌨️ (1:06:07) Navigation Transition Animation
⌨️ (1:16:54) Lazy Loading
⌨️ (1:24:34) Advanced Route Config
⌨️ (1:37:09) The Final Project
⌨️ (1:38:09) The END!
🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

КОМЕНТАРІ: 42
@iamtharunraj
@iamtharunraj Місяць тому
Omg I was looking for a course on React Router. Thank you!!
@unluckyhozay
@unluckyhozay Місяць тому
this is awesome thank you!
@hamaadafzal2490
@hamaadafzal2490 Місяць тому
Sir thanks for that video kindly make a complete react course
@olisaemekaaghabuilo8688
@olisaemekaaghabuilo8688 22 дні тому
Nice course. Thanks for this quality content
@kehindegilbert2699
@kehindegilbert2699 Місяць тому
This is a very nice content. God bless the creator
@mahendranath2504
@mahendranath2504 Місяць тому
Wow nice thanks for sharing the knowledge, awesome content 🫡🙏🤲👍👌
@gaintakwa9057
@gaintakwa9057 Місяць тому
Waiting for this
@jirayuvijjakajohn295
@jirayuvijjakajohn295 Місяць тому
Just finished the video. Good work👍👍. Please more DevOps course😘
@khalidelgazzar
@khalidelgazzar Місяць тому
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 Місяць тому
What the hell man?
@smartdriver2990
@smartdriver2990 Місяць тому
You're kidding😅
@bullyversal5313
@bullyversal5313 Місяць тому
Lol this is not even devops course😂
@iamtharunraj
@iamtharunraj Місяць тому
Bot 😂😂😂
@The_Developer_
@The_Developer_ 21 день тому
Great tutorial ❤
@khalidelgazzar
@khalidelgazzar Місяць тому
Adding to my to-watch list
@igetpaidtocode
@igetpaidtocode Місяць тому
and youll never gonna watch it like the other ones :D
@sudo_sunil
@sudo_sunil 11 днів тому
@@igetpaidtocode lol true
@drazzo777cod7
@drazzo777cod7 Місяць тому
Thanks n word guys op brother
@forellko8600
@forellko8600 Місяць тому
Cool!
@ichiroutakashima4503
@ichiroutakashima4503 Місяць тому
This doesn't look like v6, correct me if I'm wrong though...
@pratiksavaliya3890
@pratiksavaliya3890 Місяць тому
I don't think its latest release.
@ashish2438
@ashish2438 Місяць тому
Isn't the mew method is createBrowserRouter?
@moodposts
@moodposts Місяць тому
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
@AbdulAziz-pm6lk
@AbdulAziz-pm6lk Місяць тому
Please make updated react appwrite course
@MrKsvignesh
@MrKsvignesh Місяць тому
Bring the new browser functionality in new version
@kishorekevin5372
@kishorekevin5372 21 день тому
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
@kantorobo7718
@kantorobo7718 Місяць тому
I built a page for a client and he was screaming for more pages well here you go :) thank you
@gaintakwa9057
@gaintakwa9057 Місяць тому
🎉
@cocoatea57
@cocoatea57 Місяць тому
🎉🎉🎉🎉🎉🎉
@Aman_yadav1419
@Aman_yadav1419 Місяць тому
Please give us dev ops course
@krishmistry1422
@krishmistry1422 Місяць тому
Cyber security course needed
@sohanhossain3449
@sohanhossain3449 Місяць тому
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 Місяць тому
I think it should be "element" attribute instead of "Component"
@sourya111
@sourya111 Місяць тому
'component' prop is from React Router 5 and has been replaced by 'element' prop in React Router 6
@sohanhossain3449
@sohanhossain3449 Місяць тому
@@sourya111 Thanks a lot boss.
@sohanhossain3449
@sohanhossain3449 Місяць тому
@@dexter00076 great. thanks
@FrontierDevCode
@FrontierDevCode 9 днів тому
"exact" prop is removed
@mayureshbalsaraf2696
@mayureshbalsaraf2696 Місяць тому
Sir pls bring AIML complete course
@AkuBapakMu24
@AkuBapakMu24 Місяць тому
Laravel 11
@sleepingdog12
@sleepingdog12 Місяць тому
John appears to be a potato ☠️
@kishorekevin5372
@kishorekevin5372 21 день тому
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
Best OS for programming? Mac vs Windows vs Linux debate settled
8:41
Kitten has a slime in her diaper?! 🙀 #cat #kitten #cute
00:28
React Router - Complete Tutorial
23:53
Cosden Solutions
Переглядів 64 тис.
I Made 200 Python Projects...Here Are My 5 FAVORITES
11:23
Tech With Tim
Переглядів 110 тис.
Next.js 14 - SEO & Metadata Tutorial (Complete Guide)
39:40
Codewalk Empire
Переглядів 783
The ARM chip race is getting wild… Apple M4 unveiled
4:07
Fireship
Переглядів 681 тис.
The End Of React Router
17:33
Theo - t3․gg
Переглядів 75 тис.
React Crash Course 2024
3:04:36
Traversy Media
Переглядів 209 тис.
I'm Never Using React Router Again
13:12
Josh tried coding
Переглядів 51 тис.
How to Get a Developer Job - Even in This Economy [Full Course]
3:59:46
freeCodeCamp.org
Переглядів 2 млн