Thanks Pedro! This was extremely helpful since you also took time to explain the why behind every snippet, rather than stopping at the how, which is hard to find in a tutorial. Good Luck!
Pedro, What is missing and it would be perfect will be if the instruction to display a page with data on it. That is really what is expected. I created pages for the menu but can't make it happen to get to the page.
Okay! Great video. I got it. One thing I need to know is how to populate the information of those links eg. home,mailbox, etc and display the data or information on the page once click
nice video mate , I liked it, I hoped that you would make the sidebar shrink to the point where is only icons and can grow back with icons and titles . or changing a components in the right area instead. subscribed too.
bro much appreciated what you have done with this video but the I am not getting the source code while clicking the link that you provide. Actually, it opens something different code which is basically for image carousel using react. Can you please provide me the actual link to this particular code. Thanks, Siddharth from Kolkata, India
Thanks pedro. This video was very informative, it would be nice if you can create another video that displays text in each of the links you click and possibly link it to a JSON file server to show data stored, so people can see how to navigate this intuitive web app
Thanks so much for the guide! I'm trying to make the last part work (staying highlighted depending on pathname), and was curious if there is a way to do this based on the ID of a focused section in a single page website? I haven't gotten that part figured out yet. Thanks again for the thorough guide!
Hey! Thank you so much for the tutorial :) one quick thing though, how do I remove that little white gap between the menu and the upper part of the window? Thanks!
@@PedroTechnologies Pedro, there are many requests here but I have not seen any replies from you to answer. For example, displaying the home page element with data, and others. otherwise this is a great beginner into course!
muito bom o seu conteúdo. Estudei seu código pois estava querendo deixar o campo do icon selecionado e isso me proporcionou varias ideias bacanas. parabém pelo vídeo e sua organização do código no git.
Thank you Pedro. It is much helpful tutorial. The git repo points to different example on react. Can someone provide link to the git repo related this video.
@@PedroTechnologies Nvm, this is my inexperience with VS Code and css, i didn't know it offered font-families on intelisence. Usually I get fonts from Google fonts.
Hello. great tutorial. However, it would have been better if you actually created some elements and displayed them accordingly, since I believe that's what is going to be a task for some people. As it is now, unless you bring the idea of maybe children or outlet to show the routes, I wouldn't say it's that usable in a real project. Good explanation though.
@@PedroTechnologies Yap, That's Good idea 💡and I have kind request.If you can make a video react js + Python login with database,it is very help full for us.
@@PedroTechnologies great video. how can I link these to real pages using router? do I import each new page and add the name/path into the link instead of just putting /home?
Hey great tutorial but when I am trying to add a form besides the side nav it is going below it rather then being on side can you please help me how to deal with it
Thank you! If u are using react router dom then you can put the sidebar outtside of the routes. For example, put the sidebar component as siblings to the routes
bro it is a nice video, but I have some doubt. The #active id which gives the styles when some link is active, just render when the page is reloaded, can you tell how to make it whit react router? I'm stuck on it & I wanna make that without reload the page
Thank you! If you are using react router dom, then I would create a state called currentRoute, then when moving from route to route you change the value for the state, and now it will automatically rerender without refreshing the page.
Thanks Pedro! This was extremely helpful since you also took time to explain the why behind every snippet, rather than stopping at the how, which is hard to find in a tutorial. Good Luck!
Pedro, What is missing and it would be perfect will be if the instruction to display a page with data on it. That is really what is expected. I created pages for the menu but can't make it happen to get to the page.
I just saw this old post and simply you have progressed a lot
It's by practicing that you become a blacksmith
continue Pedro
bro idk how to say thanks for everything , i have some homework to create web you make me can feel better thanks
Happy to hear that!
Thank you so much I was struggling for 2 days on these but now I'm fine with this video you did well
thank you so much Pedro. You are really a very good teacher as you took time to explain the reason behind every step you make
I appreciate that!
Okay! Great video. I got it. One thing I need to know is how to populate the information of those links eg. home,mailbox, etc and display the data or information on the page once click
Oh yes, this one right here, is the tutorial you'll need to make a react sidebar dashboard type of menu. Thank you so much Pedro!
Thats video really Awsome for me because "window.location.pathname" is answer of my problem .. Thank you so much
Happy to help!
found this video right when i needed it.. Thanks Pedro!
This is insanely genius.
dude!! that was dopeeeee... really appreciate the work. can you plz extend this vid with hamburger icon ??
Thank you! I have a video on how to make a responsive navbar which shows how to make a hamburguer menu!
@@PedroTechnologies couldn't find it!... Drop the link here, that'd be of great help 😊
Thank you, this was just what I was looking for. I appreciate your work!
nice video mate , I liked it, I hoped that you would make the sidebar shrink to the point where is only icons and can grow back with icons and titles . or changing a components in the right area instead. subscribed too.
Thanks Dear Pedro ! I learn very much from you. Please start teaching freelancing on upwork and fiver.
bro much appreciated what you have done with this video but the I am not getting the source code while clicking the link that you provide. Actually, it opens something different code which is basically for image carousel using react. Can you please provide me the actual link to this particular code. Thanks, Siddharth from Kolkata, India
Thank you Pedro! This was so helpful!
Thank you very much for this tutorial! saved my life!
Explained so well! Thanks PedroTech!
Glad it helped!
Yes it did helped!
Thanks pedro. This video was very informative, it would be nice if you can create another video that displays text in each of the links you click and possibly link it to a JSON file server to show data stored, so people can see how to navigate this intuitive web app
ty man, this (const isActive = window.location.pathname === href) saved my life
Thanks so much for the guide! I'm trying to make the last part work (staying highlighted depending on pathname), and was curious if there is a way to do this based on the ID of a focused section in a single page website? I haven't gotten that part figured out yet. Thanks again for the thorough guide!
Hi! Thaks for this video. Can you answer on my question?
How to create navigation these with Routes?
Great Explanation Thank you ! suscribed
Awesome, thank you!
Pedro, you are the best ! This is exactly what I needed, thank you so much
Thanks good job from Việt Nam
Glad to see u here! Thank you!
@@PedroTechnologies i want u update more video to react website
16:48 "tipo" hahaha, video fera btw
Kkkkkk o portugues as vezes sai do nada
thanks man it was really helpful
Thank you so much Pedro!
Thank you for a very well explained video.
great. I like like like the method you teach. easy to understand. it is very helpful to me
Glad to hear that!
Hey! Thank you so much for the tutorial :) one quick thing though, how do I remove that little white gap between the menu and the upper part of the window? Thanks!
Hey, you can set the body element in css to have a padding of 0 and a marging of 0!
@@PedroTechnologies Hi I did margin: 0; and padding: 0; but still have same issue and keep making good video like this really helpful. Thank you
@@Raj0x01 I think that u can put margin instead padding in link css
@@jesusperez4502 I fixed it I forgot that I was in App class.
@@Raj0x01 how did you fix it?
Thank you pedro. Awesome
You are better than techwithtim
Thanks! Good video and nice explanation
Awesome! Is there another tutorial on linking the actual page to the navbar?
@pedroTech share a link on the linking page
Appreciate the tutorial, is there a way to access the source code? current link leads to an image carousel repo
Thank you so much for the efforts, i think the repository URL is invalid please update the reppo-url in the description
Excellent video. Very explanatory and efficient.
Thanks Pedro!
thank you for this tutorial I learnt a lot.
Glad it was helpful!
@@PedroTechnologies Pedro, there are many requests here but I have not seen any replies from you to answer. For example, displaying the home page element with data, and others. otherwise this is a great beginner into course!
Muchas gracias era lo que estaba buscando, muy completo pero simple
Funfact when you make this sidebar but it's there another way to responsive for this sidebar Pedro
This is a really cool video.. appreciate it... Thanks a lot 🙏
Vídeo bão dms mano, quando vi q vc é BR pirei kkkkk. Vc explica muito bem, vou seguir e ir esperando novos vídeos
kkkkkkk Vlw! A glr fica surpresa qnd descobre q eu sou br kkkkkk
Massa mesmo, ganhou mais um inscrito
was very usefull the explanation part
Thank you Pedro
loved the video subscribed :)
Thanks for subbing!
muito bom o seu conteúdo. Estudei seu código pois estava querendo deixar o campo do icon selecionado e isso me proporcionou varias ideias bacanas. parabém pelo vídeo e sua organização do código no git.
Fico feliz! Obrigado por ver meus videos!
U r too good thanks a lot never subscribed faster
Hahaha thank you so much! Really appreciate the. support!
Very well explained, please make videos on MUI v5
Thanks pedro ❤
Wonderful tutorial👍
Thank you Pedro. It is much helpful tutorial.
The git repo points to different example on react. Can someone provide link to the git repo related this video.
Why did not you provide the right link??
Awesome and helpful content
Hey, awesome video! What is the extension for selecting fonts ? I sam you had bunch of them.
Hey, I don't use any extension for fonts. Do you mean the fonts I chose in my CSS?
@@PedroTechnologies Nvm, this is my inexperience with VS Code and css, i didn't know it offered font-families on intelisence. Usually I get fonts from Google fonts.
Hello. great tutorial. However, it would have been better if you actually created some elements and displayed them accordingly, since I believe that's what is going to be a task for some people. As it is now, unless you bring the idea of maybe children or outlet to show the routes, I wouldn't say it's that usable in a real project. Good explanation though.
Very good video, thank you!
Thanks for this ❤️❤️
I subscribe you. Every thing was clear and perfect presentation.❤❤ and do more videos like this react UI desgin.Thank you
Thanks for the sub! I am planning on some material UI stuff, or maybe some pure css and html stuff too!
@@PedroTechnologies Yap, That's Good idea 💡and I have kind request.If you can make a video react js + Python login with database,it is very help full for us.
@@PedroTechnologies great video. how can I link these to real pages using router? do I import each new page and add the name/path into the link instead of just putting /home?
Appreciating the efforts you put in your videos! Thank you. Can you please share the ReactJS related extensions you use for Vsocde
Thank you so much for this really educative and easy-to-understand tutorial!
Thanks for the video bro🥰🥰🥰🥰
Great job!
Thanks Pedro, nice job could you make it Dropdown List??
how can u set the same id to elements in the list? Aren't ids supposed to be unique
Nice! Can you also complete the routing for this dashboard?
I have some videos on routing if you are interested!
when I add import { sidebarData } from './sidebarData'; the page turns white and does not show the sidebar design :(
Check the console
Did you create the project by yarn?
I want more videos on map rendering topics
What do you mean? Like on UI stuff? I plan on making more UI videos!
@@PedroTechnologies that's right
This is awesome!
Glad u liked it!
Thanks was helpful
Hey great tutorial but when I am trying to add a form besides the side nav it is going below it rather then being on side can you please help me how to deal with it
amazing as before (Y)
Thank u!
Thank you so much sir
How is your side bar fixed in all routes...explain
i am also trying to find the same
can plz share the vedio of complete tamplate(dynamic) custom design .... will passing the breakpoints.... on sidebar open r close something like that
Yes!
@@PedroTechnologies that would be wonderful
Great stuff.
Glad you enjoyed it
Good one.
Every was clear and perfect but the thing that is tuck on my mind is how after being redirected to another page we still have sidebar 🤦🏻♂️
Thank you! If u are using react router dom then you can put the sidebar outtside of the routes. For example, put the sidebar component as siblings to the routes
@@PedroTechnologies Oh yeah Exactly my bad smh , thanks for the quick reply
@@YasserCherfaoui no problem!
Great !! Really helped me. Regards.
Why isn't the sidebar all the way to the top, but a few inches below? Can you tell me how to change that?
bro it is a nice video, but I have some doubt. The #active id which gives the styles when some link is active, just render when the page is reloaded, can you tell how to make it whit react router? I'm stuck on it & I wanna make that without reload the page
Thank you! If you are using react router dom, then I would create a state called currentRoute, then when moving from route to route you change the value for the state, and now it will automatically rerender without refreshing the page.
@@PedroTechnologies Can you make a video tutorial on it?
It is a very useful exaple but why there a white space in top of the sidebar how to avoid it
The link to your code is wrong, can you please attach the proper code link?
great job broo...... thnkeww
thank u so much ❤❤❤❤
Hi,
Using this tutorial, How do I navigate to the next page so that the content of that page is displayed instead of just linking to it?
Hey, cool, I know I am late but, on the links, I would like to add an external link... instead a "inside page". How can I do that? Thanks!
Thank you sir
hey dude can you make another video on how to display sub menu items as well, it will be great help , thank you :)
I've been thinking about it! Maybe in the future!
Great tutorials
Thank you! I am glad you enjoy them!
You are the best.
how can i render other routes beside or the right to the sidebar.
What VSCode plugin allows for the rfce? I have rsc which I guess does same thing however it doesnt name the component?
I think the name is ES7 React snippets
@@PedroTechnologies That was it, thanks!
github source code is not correct please review it or give a link to the website where you pick the color from?
your code goes to the image carousel, what happened?
Hi Pedro,how do I get to the side navbar fixed and all other pages get to appear on the right side of the navbar.
Can you please provide the git link for this, the one which you have kept is for react-image-carousel
Hey, im sorry about that! I made the dumb mistake of accidentally pushing my code for the carousel to the same repo as the sidebar. I lost that code!