React Router Tutorial - 9 - Index Route

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

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

found the best tutorial for nested routes

padmamc
Автор

short and great explained. Thanks a lot!

dieshimitigert
Автор

Hope to see your video on jwt authorization in react a long with protected routes. Content in this area seems to be annoyingly lacking in the internet.

aravindsanjeev
Автор

As usual I'd like to see testing along side the implementation. Testing is crucial but I guess this is a little late to ask is just something that is always never shown.

waffle
Автор

awesome tutorial, clear and concise! thanks a lot!

nepogodda
Автор

Udemy courses are long, boring and not easy. You the best bro

aakashyadav
Автор

don't forget to add it to the react-router playlist! ;)

meonitelexdee
Автор

Bro your an awesome I completed your react redux and react formik series.
Just wanna know when will you upload redux toolkit series ?

muhayminkhan
Автор

Waiting for protected route, just use in authentication case

dhavalvanjara
Автор

Sir if index route is used will isActive available or not?

md.sharifulhoque
Автор

Is there any way to highlight the featured index route active as well when we click on the products route?

mohitkamal
Автор

What if he add the index attribute in the FeaturedProducts component itself instead of making another sibling Route for index?

blackpurple
Автор

I didn't really understand this index route

godswillonyeka
Автор

I don't see a single difference between the original implementation and the implementation using index..

The facts:

Page Url Implementation


Products localhost:3000/products Original
Featured Original
New localhost:3000/products/new Original
Products localhost:3000/products Index
Featured Index
New localhost:3000/products/new Index


* Compare timestamps starting: 0.08 and 1:48

So then what is the difference that Index provides?

ventures