Wow.. you make my life easier, Earlier I was thinking Nested routing is very difficult But after watching your video I proudly can say - Nested routing is so simple. Thank You So Much
I just watched your react-router v6 update video and it is incredible. This was exactly what I was looking for. Nested routes!!!! Thank you so much, Pedro 🙌🏾🙌🏾
Cool video. Very clean, clear and useful. For ideas : Protected routes with a authenticated and authorized user redirect. Admin vs user vs not logged in using Firebase. Multiple page layouts combining pages with and without bottom tab navigation.
Such a great way of delivering lecture, you really make easy route topic before you I search many other videos and all youtubers videos are 30 minutes or more then 30 minutes but you take very short time and deliver lecture withe easy method. Thank You Sir, Love from PAKISTAN
Hey Pedro! Thanks for making this. I actually was just looking up how to give products their own specific page last night! Perfect timing. Love the vids, thank you
please how can I hide the navbar in a particular nested route if I want to, for example, I don't want the general navbar to show on the nested products pages routes
Nice video Pedro. Now! It seems like when you click in products in your navbar you're taken to "/products/search" immediately but you didn't Redirect/Navigate. I was looking for something related to this. I am trying to redirect using "Navigate" from react-router-dom but I get this error: "Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render." Could you help me?
Thanks a lot buddy, saved my evening :) Why documentation feature overview page has nested object article but doesn't mention about Outlet tag. P.S. Hm, that outlet tag reminds me an Angular
I’m trying to implement this and its working perfectly except i want the parent component to not re-render every time I’m routing, there is a way to do that?
Thanks for your amazing Ideas from most of your courses. What about making videos about Firebase Cloud Function and Passwordless Sign In? As these parts are slightly intimidating for many of us haha.
Hi please do a tree view(for file structure/branch sub branch) react component using a Jason object with level n number of nesting and, able to search filter data and with checkbox
@@PedroTechnologies no i mean u should build clone of big app. And upload it with small parts. For example .first part will be what we are building. Then routers then creating redux and etc
Thanks for this video, but my problem is nobody has a good video for wrapping multiple menu items inside of each other, most admin templates are not as simple as the tutorials seen and must include content with divs to change. With react route there doesn't seem to be a good way to do this. For example, a top nav and a side nav where the center content is wrapped within an element contained in the side nav.
how to do you see a search bar with even clicking on seach in my case i have to click the button to show data i want my data to be shown already just like your search bar !!!!
Good summary of the V6 router DOM changes
Thank you so much for the support :)
Best nested Routes tutorial so far.
Wow.. you make my life easier, Earlier I was thinking Nested routing is very difficult But after watching your video I proudly can say - Nested routing is so simple. Thank You So Much
I just watched your react-router v6 update video and it is incredible. This was exactly what I was looking for. Nested routes!!!! Thank you so much, Pedro 🙌🏾🙌🏾
I was able to understand react-router because of this video! Thanks!
Excellent, short and straight to the point video showcasing a few important properties of the v6 version of 'react-router-dom@6'. Thanks!
Simple, On point, No wasting time, Nice Tutorial 💯
I was facing an incident today related to how to print the children of a route, thanks a lot for sharing the video, have a good day!!
The exact information I was looking for, thank you!
You are my favorite instructor
Thank you :)
Perfect english bro I understand everything thank you so much.
Valeu, Pedrão.
Toda vez qeu venho no teu canal eu saio com problema resolvido.
Abraço e sucesso, irmão.
I've been looookiing for this the whole day, even stack overflow lost me,
many thanks bro, keep up the good work.
At 5:25 that's what I needed . Thx Pedro
Your page has answer to my all questions 😭😭😭😭
Thank you for a concise tutorial on this topic. Much appreciated.
Straight to the point! Nice tutorial Pedro!
Cool video. Very clean, clear and useful. For ideas : Protected routes with a authenticated and authorized user redirect. Admin vs user vs not logged in using Firebase. Multiple page layouts combining pages with and without bottom tab navigation.
Your videos are too good. From clearing the basics, to all the problems beginners like me face you have a video related to it. Thank you so much
Win for the outlet which I missed when nesting, thanks mate
Precise to the point always. Glad that I found you!
Thank you man, I was having trouble finding a good example elsewhere
Exactly what i was lookin for
Thanks Pedro!
Such a great way of delivering lecture, you really make easy route topic before you I search many other videos and all youtubers videos are 30 minutes or more then 30 minutes but you take very short time and deliver lecture withe easy method. Thank You Sir, Love from PAKISTAN
Thanks man, appreciate all the people who takes their time to explain to others
Thanks a lot for creating this as soon as possible... really appreciate it..
My pleasure 😊
Love this video, straight to the point and every single thing explained, really nice work.
Great simple tutorial, thank you Pedro!
this video was a saver. thanks pedro!
Thank you for such a nice explanation.
Dude this was extremely helpful! Will watch rest of the tutorials. ThankYou
Hey Pedro! Thanks for making this. I actually was just looking up how to give products their own specific page last night! Perfect timing. Love the vids, thank you
Ahh, thank you! This is exactly what I was looking for!
Thank you so much PedroTech for your help
Thank you so much, this video helps me a lot 🙏🏽
good this is exactly what i am looking for
Everything works, I highly recommend it
Omg this helped me so much! 🙌
Exactly what I was looking for, thank you so much!!!
most usefull libraryyy, need more realworld project
Thanks. Already a subscriber.
Thank you bro! Amazing video.
in react-router-dom super
thank you i had some trouble with that. Really helped
Outstanding bro,go ahead
I want to render only child component not parent component what can i do plz help me
Super helpful!! Thanks Pedro
Thank you! You saved my life. Thank you very much. ❤
Video starts at 2:15
Thank you so much! It was very very helpful!
Great video petro.
thanks for this video it helped me a lot! 😸
Bro, valeu mesmo, tu acabou de me ajudar no meu TCC
Kkkkkkkk fico feliz!
Awesome video...
Could you please explain how to pass props in components within the route please?
Use context api
Hi Pedro, thanks a lot
Can you make a tutorial on multiple layouts with the react router
Was using nextjs since I learned it.
Thank you for the tutorial can you make more firebase Tutorials ? ☺️
Amazing looking for it!
please how can I hide the navbar in a particular nested route if I want to, for example, I don't want the general navbar to show on the nested products pages routes
Thanks, it was helpful!
how to set a default route set up, like as soon I click product link my product/search should open.
Could you make video where you teach “outlet” from react router dom ? Did not find any video about it
Cool, How many times can you nest routes, could you go 2,3, 4 levels deep? Or just one?
thanks ,really i need this ,i was searching nested routing in google they show another result ,i want how to replace page , i found in your video
Thank you Pedro! Can you please make a video about cookies.
Tutorial starts at 2:24
Can you make a tutorial on secure authentication with react and node without saving token to localstorage
Thank you for amazing content.
I want to render only outlet section nothing more
Nice video Pedro. Now! It seems like when you click in products in your navbar you're taken to "/products/search" immediately but you didn't Redirect/Navigate. I was looking for something related to this. I am trying to redirect using "Navigate" from react-router-dom but I get this error: "Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render." Could you help me?
Nice teaching!!
Very helpful, Thank you
Hey Pedro, can u do a video reacting to your subscribers side projects ?
Very nice video ...
Keep growing.
Subscribed!🙂
If some have routes problem please try Nextjs ,then you should forget about React router Dom
Thanks a lot buddy, saved my evening :)
Why documentation feature overview page has nested object article but doesn't mention about Outlet tag.
P.S. Hm, that outlet tag reminds me an Angular
Thanks for this video .
Thanks Pedro
Starts at 2:28
Thank you for tutorial
I’m trying to implement this and its working perfectly except i want the parent component to not re-render every time I’m routing, there is a way to do that?
Thanks for your amazing Ideas from most of your courses. What about making videos about Firebase Cloud Function and Passwordless Sign In? As these parts are slightly intimidating for many of us haha.
Thank you so much!
Hi please do a tree view(for file structure/branch sub branch) react component using a Jason object with level n number of nesting and, able to search filter data and with checkbox
This may seem like a silly question...but is a nested route the same thing as making a sub-directory?
Perfect but try to build one big project
I have some series building big projects!
@@PedroTechnologies no i mean u should build clone of big app. And upload it with small parts. For example .first part will be what we are building. Then routers then creating redux and etc
Thank you so much.
Thanks for this video, but my problem is nobody has a good video for wrapping multiple menu items inside of each other, most admin templates are not as simple as the tutorials seen and must include content with divs to change. With react route there doesn't seem to be a good way to do this. For example, a top nav and a side nav where the center content is wrapped within an element contained in the side nav.
Hey Pedro, do you have a discord community?
how to do you see a search bar with even clicking on seach in my case i have to click the button to show data i want my data to be shown already just like your search bar !!!!
sir thank you so much
great video
thanks bro
Problem comes when you want to create multiple menus like this example on product page .
thank you
you cannot render router insider another router error for me
Muito bom Irmão, obrigado
It is possible to know you're brazilian just by the voice, don't know why 😂(and I'm not talking about pronunciation or accent)
Hey. Lets make data grid with reactjs