React Router Tutorial - 8 - Nested Routes

preview_player
Показать описание

Use coupon code: CodevolutionYoutube for any workspace upgrade. Select "Add promo code" on checkout, enter the code, then hit "Apply". This will apply a 100% one year subscription discount. Enjoy and feel free to invite others to your workspace!

📱 Follow Codevolution

Nested Routes in React Router
React Router Tutorial
React Router Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

This course is better than paid courses on udemy

harkiratsingh
Автор

You are the best programming teacher on youtube. I really appreciate the pace you go at as it allows the viewer to code alongside instead of having to pause every few seconds to follow along. Thank you for providing such valuable content for free

plant
Автор

É muito fácil entender a sua explicação!
Thanks, man!
God bless you!

viniciusm.m.
Автор

Hii vishwas really enjoying your video.can u make a video on interceptors and auth login.
Plzz 🙏

UnplannedGuyVlogs
Автор

Simple, Smart explanation, , one of the best series understand React Router, God bless you!!

🙏thank you sir

kmgurumurthaiah
Автор

the outlet concept was not clear to me .. thanks sir for explaining in the simplest way :)

sagarkumar
Автор

we can user routes in the rendering page itself too, and it makes passing down props very easy.
in app add [ * is a must ]
<Route path="/products/*" element={<Products />} />


and in products page add
<Routes>
<Route
path="/featured"
element={<Featuredpage detail={data} />}
/>
<Route
path="/new"
element={
<New /> }

/>
<Routes />

BroodyPantStories
Автор

I was searching for this tutorial in Youtube from many days. Finally found the best teacher. You have explained everything meticulously. Thank you so much. Please keep up the good work. God bless You.

sandhyauiux
Автор

It's easy to understand ! Helpful ! Thank you very much!

lulusaikou
Автор

the <Outlet/> used in the parent element to render their child routes element

keeplearning
Автор

why do we need OUTLET component??? i didn't will happen if we dont do that?

AyaanKhan-iyvh
Автор

why do we need OUTLET component i didn't will happen if we don't do that?

AyaanKhan-iyvh
Автор

Explanation is exact pinpoint.Thanks for making these wonderful tuts for free. Does anyone here knows what the fonts name used here and the theme?

DoUSuggon
Автор

I have one question please answer it. You said that within the products page we have to render the feature and new but what if i do not want to render it inside the products page but for feature and new i have route /products/new or featured but they will not render im products how this can be done

statusonly
Автор

wow very very nice explanation ... thank you very much

somah
Автор

sir believe me or not but on my job i am struggling with the exact same scenario problem and you are the best 🎯

KashifHussain-cr
Автор

But how can we do that when we click on featured it should open in new page or new, here outlet is not necessary right ?

srivardhan
Автор

Thanks for providing these fantastic videos; they really help newcomers to the react to understand things faster by explaining a complicated task with a very basic but excellent example and covering everything very smoothly.

raj_gohil
Автор

you just saved my life man thank you so much

lianosh_hamalka
Автор

You rescued me. Thank you for your explanations!

axelmund