I don't know how I'm only discovering you but thank you so much. I think you may have just become my favorite programming channel. Spent all day yesterday and today on your js playlist and I shall be returning frequently. Just wanted to drop by and tell you that you're an amazing teacher. 🙏
@akindipejohn25952 жыл бұрын
Nothing beats a concise straight-to-the point manner of approach to teaching. Definitely recommend this channel to anyone looking to understand rather than memorize blocks of code.
@lovenangelo54152 жыл бұрын
everytime I finish one of your series, I feel more confident
@zainabedin98422 жыл бұрын
Man, I was stuck on this for hours and the docs were pretty ambiguous. Your video helped a lot. Thank you so much.
@binhbietboi2 жыл бұрын
Concise, exactly, fast. I only have one word for you. Perfect!
@EnesKab2 жыл бұрын
Thank you so much Shaun. These follow up tutorials are so useful.
@przemysawpogorzelec49013 жыл бұрын
Is it possible to allow path /about, /about/offers but not other routes like /about/hello?
@pancho1101932 жыл бұрын
You probably already got your answer but for any new users with the same question. You can add a sibling route to your nested routes with path="*" and an element prop with a redirect component or maybe a bit of jsx with a custom message.
@clintronious2 жыл бұрын
Thanks!
@NetNinja2 жыл бұрын
No problem! Thanks for the support seephoe :)
@olorundareagnes9343 жыл бұрын
Shaun at it again! Well done bro. I've gained so much values from your contents. Many blessings!
@samuelvalentine78462 жыл бұрын
Thanks for saving me my job. You have always been coming through for me for years
@johanndaveldebeer9532 Жыл бұрын
This tutorial saved me so much time, i just have a question, how do you keep the page from poping to the top if you click the nested link, ive spent a day trying everything google has to offer.
@Ga2-203 жыл бұрын
What about Outlet component ? :)
@ridl273 жыл бұрын
😢
@VirenderSingh-ed4xk2 жыл бұрын
How can I hide navigation bar for some particular components like login or register, please make a video on it
@WanKy1823 жыл бұрын
Would be nice if you add some information about index routes and outlets
@Faks_Ar2 жыл бұрын
I like those new changes, much more cleaner imo
@agredo0o3883 жыл бұрын
Awesome!! Will you make a video about private routes?
@bodhiforest4012 жыл бұрын
brilliant channel you explain things so well thank you!
@NetNinja2 жыл бұрын
You're very welcome! :)
@tmagrit2 жыл бұрын
Pretty sharp and useful. thx dude!!! 👾
@varunbarala9662 жыл бұрын
Thank you for making this tutorial it was really helpful. Can you make a video for Navigation for navigating inside a class components with router v6. Since, reacts hooks doesn't work in class components
@hurleywflow22273 жыл бұрын
Hi Shaun. Can you make series about Rxjs with React. That is my challenge but I can not figure out to absorb Rxjs library. Thanks 🙏🏼
@onethingidontknowy2 жыл бұрын
React Router 6 is great..Thank you Shaun
@justttn2 жыл бұрын
Thanks soooo much for this 🔥
@mhanifrifqi2 жыл бұрын
Thank you So much its really helpful, im from indonesia 😁
@thepedrin26832 жыл бұрын
Thank you, works!
@saurabhdaswant78332 жыл бұрын
damn thanks again you saved my entire day!
@borboliqtv67282 жыл бұрын
Thank you very much. It really benifit me.
@juk-kun3 жыл бұрын
Love your content ❣️ I'm still waiting for Angular Content update.
@caglarkarahuseyin2 жыл бұрын
That is amazing, very impressive. Thank you sir.
@NoImgPng3 жыл бұрын
are you continuing this series?
@ashish_prajapati_tr3 жыл бұрын
helping you to break KZbin algorithm
@mohamed_younes77 Жыл бұрын
i was stuck for hou and half thx man
@ChandanKumar-of1je2 жыл бұрын
Hope a kubernetes series soon next or later..
@sketchyourlife1823 Жыл бұрын
Great ! thank you !
@NetNinja Жыл бұрын
You're very welcome Pablo! :)
@yakupalks81322 жыл бұрын
you're so great, thank's a lot :))
@NetNinja2 жыл бұрын
You're very welcome!
@davorjovanovic71742 жыл бұрын
This way of nesting routes is not really ideal. Based on react router documentation and tutorials, we should use component in parent, as well as index route with element. That way we would have much better control without using "*". Great tutorials and introduction to v6 tho, much appreciated.
@tpebbles3 жыл бұрын
Thank You!!
@Nghingothanh Жыл бұрын
Perfect bro
@SanthoshkumarNagulanchi2 жыл бұрын
Its resembles expressjs routing now..
@ridl273 жыл бұрын
ty
@Pareshbpatel2 жыл бұрын
Great Tutorial on React Router 6 - Thanks, Shaun {2022-06-07}
@ramikhouja2 жыл бұрын
I can't thank you enough
@primordialmind2 жыл бұрын
Thank you. :)
@NetNinja2 жыл бұрын
You're welcome! :)
@TheUltimateChamps2 жыл бұрын
I have a scenario where I have two navigation bars 1. First one has 4 buttons which should display the second nav bar below with two options and route should change. 2. For example if I click insert button in second nav bar it should display /home/insert and if I click display it should show /home/display. Instead it shows /home/insert/display Note: I have used useLocation() to get the exact path because I can't create different nav bars for every button Requesting everyone to help me on this. 🙂