Learn React Router v6 - Full Course

  Рет қаралды 33,191

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!
@olisaemekaaghabuilo8688
@olisaemekaaghabuilo8688 15 күн бұрын
Nice course. Thanks for this quality content
@gaintakwa9057
@gaintakwa9057 Ай бұрын
Waiting for this
@kehindegilbert2699
@kehindegilbert2699 Ай бұрын
This is a very nice content. God bless the creator
@mahendranath2504
@mahendranath2504 Ай бұрын
Wow nice thanks for sharing the knowledge, awesome content 🫡🙏🤲👍👌
@hamaadafzal2490
@hamaadafzal2490 Ай бұрын
Sir thanks for that video kindly make a complete react course
@The_Developer_
@The_Developer_ 14 күн бұрын
Great tutorial ❤
@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 😂😂😂
@drazzo777cod7
@drazzo777cod7 Ай бұрын
Thanks n word guys op brother
@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 4 күн бұрын
@@igetpaidtocode lol true
@forellko8600
@forellko8600 29 күн бұрын
Cool!
@ashish2438
@ashish2438 Ай бұрын
Isn't the mew method is createBrowserRouter?
@gaintakwa9057
@gaintakwa9057 Ай бұрын
🎉
@moodposts
@moodposts 27 күн бұрын
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
@kantorobo7718
@kantorobo7718 Ай бұрын
I built a page for a client and he was screaming for more pages well here you go :) thank you
@ichiroutakashima4503
@ichiroutakashima4503 29 күн бұрын
This doesn't look like v6, correct me if I'm wrong though...
@pratiksavaliya3890
@pratiksavaliya3890 29 күн бұрын
I don't think its latest release.
@kishorekevin5372
@kishorekevin5372 14 күн бұрын
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
@cocoatea57
@cocoatea57 Ай бұрын
🎉🎉🎉🎉🎉🎉
@MrKsvignesh
@MrKsvignesh Ай бұрын
Bring the new browser functionality in new version
@krishmistry1422
@krishmistry1422 Ай бұрын
Cyber security course needed
@Aman_yadav1419
@Aman_yadav1419 Ай бұрын
Please give us dev ops course
@mayureshbalsaraf2696
@mayureshbalsaraf2696 Ай бұрын
Sir pls bring AIML complete course
@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 29 күн бұрын
I think it should be "element" attribute instead of "Component"
@sourya111
@sourya111 28 күн бұрын
'component' prop is from React Router 5 and has been replaced by 'element' prop in React Router 6
@sohanhossain3449
@sohanhossain3449 28 күн бұрын
@@sourya111 Thanks a lot boss.
@sohanhossain3449
@sohanhossain3449 28 күн бұрын
@@dexter00076 great. thanks
@FrontierDevCode
@FrontierDevCode 3 күн бұрын
"exact" prop is removed
@AkuBapakMu24
@AkuBapakMu24 Ай бұрын
Laravel 11
@sleepingdog12
@sleepingdog12 29 күн бұрын
John appears to be a potato ☠️
@kishorekevin5372
@kishorekevin5372 14 күн бұрын
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
Рет қаралды 61 М.
This is Why Programming Is Hard For you
10:48
The Coding Sloth
Рет қаралды 404 М.
ISSEI funny story 😂😂😂Strange World 🌏 Green
00:27
ISSEI / いっせい
Рет қаралды 88 МЛН
КИРПИЧ ОБ ГОЛОВУ #shorts
00:24
Паша Осадчий
Рет қаралды 5 МЛН
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Рет қаралды 4 МЛН
1 класс vs 11 класс (рисунок)
00:37
БЕРТ
Рет қаралды 3,9 МЛН
Web Developer Roadmap (2024) - Everything is Changing
25:02
ByteGrad
Рет қаралды 203 М.
I learned to code from scratch in 1 year. Here's how.
41:55
Thomas Frank
Рет қаралды 297 М.
Coding Tetris in JavaScript (HTML and CSS)
4:41
Speed Coding
Рет қаралды 8 М.
Java is mounting a huge comeback
3:40
Fireship
Рет қаралды 1,1 МЛН
Fastest way to become a Web Developer in 2024
9:47
Sahil & Sarra
Рет қаралды 412 М.
how Google writes gorgeous C++
7:40
Low Level Learning
Рет қаралды 716 М.
How I’d learn ML in 2024 (if I could start over)
7:05
Boris Meinardus
Рет қаралды 784 М.
Software engineer interns on their first day be like...
2:21
Frying Pan
Рет қаралды 13 МЛН
How to NOT Fail a Technical Interview
8:26
Fireship
Рет қаралды 1,3 МЛН
ISSEI funny story 😂😂😂Strange World 🌏 Green
00:27
ISSEI / いっせい
Рет қаралды 88 МЛН