I've watched multiple tutorials on this and they've all been really difficult to follow but you did a phenomenal job here. Thank you so much. I finally feel like I have a basic understanding of MUI now.
Crystal clear video and audio quality. While doing the crash course, he wasn't jumping all over the place. It was really smooth. He kept the same speed and did everything in a linear fashion. I feel like watching this video was able to get me ready-enough to watch project tutorials which features Material UI. Thanks for featuring it :)
The way the react symbol rotates behind his head around 27:00 looks like kpop cat ears and I can't unsee it every time it rotates. Edit: Watched right to the end and when you asked if you should make more, yes. Your explanations are right to the point and give enough to get started while giving away just enough to make me want to look into certain things more. I also liked how you showed the header bar last. I came here looking for that one in particular and having it last made me watch the whole thing.
Really nice tutorial. Started learning React about a month ago. I have to say, material UI makes a lot of things sooo easy. For example, I spent a lot of time manually animating my inputs to look as sleek as MUI ones just to find out Material UI already includes them. Thank you for this tutorial ;)
Very nice tutorial. Super simple and to the point. keep it up. My advice. Main things to learn or to keep in mind in any platform in any programming language any device. How to: 1. input data 2. output data detailed: input: single value, multiple values, lists, checkboxes, buttons, images, videos output: single value, multiple values, lists, checkboxes, buttons, images, videos get some details of any single comonent and how to change it...
I always think that there should've good , small and precise materialUi tutorial on youtube. And this tutorial is the best and finest of all tutorials out there. Thanks Brad and Adrian 🔥
What an amazing tutorial ! One of the first videos I have watched in which the explanation is so crystal clear. Learned tonnes of stuff. Keep up with the good content Adrian !
@@TraversyMedia Use flake8 as linter and autopep8 as formatteer, by installing them as global modules. "python.linting.enabled": true, "python.linting.flake8Enabled": true, "python.linting.flake8Path": "/usr/local/bin/flake8", "python.formatting.provider": "autopep8", "python.formatting.autopep8Path": "/usr/local/bin/autopep8", And enable save on format. Works like a charm.
Excellent intro to Material UI, was easy to follow the steps. Also, excellent video editing, I like that code, results, and speaker camera all visible at the same time.
I was learning from you a lot but I am a grade 8 students and I was learning in the Corna time and the school has started and I should focus on my school thank you for you and don't stop this channel I will back after 1 year and see you I accept a lot
Trying to watch significantly less and code, code, code a lot more so as to not remain in tutorial hell. I've decided to keep this channel, however. Quality content that feels up to date and relevant.
I am 200% sure, I will require the advanced videos on the same. Damn, you made my life so simpler, Thanks, Brad & Adrian. A complete Udemy course will be perfect for sure :) I don't know why I never put more time to learn material, its so useful and Adrian made it easy... :) Awesome Content creators
I know react, I mainly watched because I wanted to see what all the fuss is about and soak up the core concepts quickly. But I must say, that library is SCHWEET!!!
One suggestion. It is more convenient to use another ToolBar component just below the AppBar, to get the appropriate marginTop. Manually setting the marginTop leads to many inconsistencies there. Overall I learned few new things here. (Y) Thanks for this video!
appreciate the effort. not to knock on the speaker but imo you can learn a UI library faster by just referring to the official documentation. integrating material-ui isn't nearly as complex as setting up O-auth or setting up an express server
in my opinion, setting up O-auth and express was intuitive enough and didn't require any guide. I've watched half of this thing just to get a glance at what Material UI is cause I didn't know anything about it before.
Would have been nice with some explanations of what's going on behind the scenes - what element are the components made up of? What does the different attributes do precisely? Didn't learn much from this.
Really Great Video Adrian ! Many times I start learning about Material Design but Most tutorials confuse me From where I can start But after this I'm able to use this one in my project. Thank!
As someone who has turned in assignment etc... at school on actual floppy disk, I find it hilarious that in 2022 it is STILL recognized as some near-universal symbol for "save stuff", even though fewer and fewer people have actually ever used one.
This was excellent, exactly what I needed. STRAYT TO THA BLAADY POINT MAATE! Not long back from a year in 'Straya', had an amazing time! Much love from Scotland bro, Liked and subbed to your chanel!
This is an amazing video! I have watched at all to have an overview of the library and now I know what I can do. Of course is an obligation to look at the oficial documentation as well. In adition, english is not my native language, but I could understand you perfectly withouth subtitles, in 1.25 speed! drinking mate since Argentina!!! thanks you very much!
2:25 yarn didnt work for me so i installed the mui by adding ''npm install @material-ui/core --save'' , course is awesome i subscribed to this channel!
Great video but at 23:11, instead of creating another function ButtonStyled, passing the const classes, and returning the button... it would be easier to just delete lines 25-28 and go to line 31 and create a new line const classes = useStyles(); Then inside of the button in the React code, just give it a className={classes.button}. My way is much more simple and you don't need a function for each style. Just throw all the styling under the useStyles block and then put className={classes.xxxxxxx} for each individual component.
hi sir, i'm following this vid and i'm stuck on this point, when i made the useStyles it made a blank page, even tho i copied the same code as him, would you like to tell me if you had this problem before?
I was looking for a great video that was short and sweet so I could jump into playing around with mui and this was great! I liked being able to see how easy it makes mobile responsiveness! I have a lot of fun doing that myself but I like how it simplified the process if I ever wanted the shortcut. I'd like to see more to build a responsive app if you did more videos on mui.
when i saw thumbnail...for a moment ...i thought OH MY GOD!!! brad went to gym and transformed....you guys are looking similiar...by the way video is good.love it.
I thought material ui is boring but your explanation made me reconsider it in my next project
Awesome!
I've watched multiple tutorials on this and they've all been really difficult to follow but you did a phenomenal job here. Thank you so much. I finally feel like I have a basic understanding of MUI now.
Crystal clear video and audio quality. While doing the crash course, he wasn't jumping all over the place. It was really smooth. He kept the same speed and did everything in a linear fashion. I feel like watching this video was able to get me ready-enough to watch project tutorials which features Material UI. Thanks for featuring it :)
I really appreciate the fact, that we get a detailed guide like this for free, truly amazing. Thank you! :)
The way the react symbol rotates behind his head around 27:00 looks like kpop cat ears and I can't unsee it every time it rotates. Edit: Watched right to the end and when you asked if you should make more, yes. Your explanations are right to the point and give enough to get started while giving away just enough to make me want to look into certain things more. I also liked how you showed the header bar last. I came here looking for that one in particular and having it last made me watch the whole thing.
I'm glad I wasn't the only one who saw that🤣🤣🤣
Really nice tutorial. Started learning React about a month ago. I have to say, material UI makes a lot of things sooo easy. For example, I spent a lot of time manually animating my inputs to look as sleek as MUI ones just to find out Material UI already includes them. Thank you for this tutorial ;)
Awesome to hear
Material UI is really awesome when you are starting to learn React. It helps
Wait till you pay for Pro 🚀
Very nice tutorial. Super simple and to the point. keep it up.
My advice. Main things to learn or to keep in mind in any platform in any programming language any device.
How to:
1. input data
2. output data
detailed:
input: single value, multiple values, lists, checkboxes, buttons, images, videos
output: single value, multiple values, lists, checkboxes, buttons, images, videos
get some details of any single comonent and how to change it...
Just in time. Exactly what I was looking for.
Awesome
same here !!
hello sir may I ask some thing to you?
Why r u spamming same comment everywhere 🙄🙄
You can use the library styled-components and override the default components, works very well.
Fast, Precise, and Easy to grasp. One of the best tutorials I've ever encountered.
NO ONE CAN BEAT THIS CHANNEL EVER
I always think that there should've good , small and precise materialUi tutorial on youtube. And this tutorial is the best and finest of all tutorials out there. Thanks Brad and Adrian 🔥
Perfect
Material UI + NextJS equals heaven
Why
What an amazing tutorial ! One of the first videos I have watched in which the explanation is so crystal clear. Learned tonnes of stuff. Keep up with the good content Adrian !
truly you made me up and running with material very fast when i felt bootstrap is not enough for my app and the deadline was close:)thanks
Adrian is now rocking on RUclips 🔥
Brad you explore lots of great mentor's with great content.
Thank you.
Hahah thanks
Struggling with my first project using Material, this was so helpful! Thanks!
You're honestly a God. I'm taking a technical final for my interview and they suggested Material UI. and wow. such a time saver!
I see you have auto formatting disabled in your VS Code settings. I, too, like to live dangerously.
Auto formatting does not work properly in all cases if you switch languages/technologies.
@@webstylepress I hate it in Python. I use it with JS though
@@TraversyMedia With JS, auto formatting and linting is absolutely necessary - very helpful.
@@TraversyMedia
Use flake8 as linter and autopep8 as formatteer, by installing them as global modules.
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Path": "/usr/local/bin/flake8",
"python.formatting.provider": "autopep8",
"python.formatting.autopep8Path": "/usr/local/bin/autopep8",
And enable save on format. Works like a charm.
Watching him ineffectively try to manually realign blocks of code is make me very uncomfortable! Glad I’m not alone
Excellent intro to Material UI, was easy to follow the steps. Also, excellent video editing, I like that code, results, and speaker camera all visible at the same time.
This was a great introduction to Material UI, thank you Adrian.
It is the easiest and simplest explanation of the material
Thanks and Greetings 🇪🇬
I use Material UI primarily for the Icons, but it is an Awesome Library!
I use it primarily for Grids, and Hidden component.
The best and only mui tutorial I will ever need. Thanks
I was learning from you a lot but I am a grade 8 students and I was learning in the Corna time and the school has started and I should focus on my school thank you for you and don't stop this channel I will back after 1 year and see you I accept a lot
This video answered all the questions I was having with Material UI! Thank you!
So useful and only in 40 minutes, thank you so much, really appreciate it.
What a timing. Was about to search this resource. Thanks!
same!!
Haan bhai, jo tum sochte ho wahi upload ho jata hai😂😂😂
I was about to begin my project using Bulma Framework, then this dropped..!
I like the way, the React logo is spinning on top of his head.
Need more videos on this...Looks much clean and helpful
One of the best tutorials on RUclips. Many thanks.
Very useful and crisp video on Material UI + React.
Thanks Brad you understand what web developer needs and update your channel with great content really love this channel
Thanks,
I'm waiting for the part 2 of this video,
Where we will create a full functional website 😀
Cool! Thanks for letting me know
Thanks a lot. I did a HUGE step in UI develoipment
It is great you are collaborating with other artists and give them chance to present themselves at your hub!
Trying to watch significantly less and code, code, code a lot more so as to not remain in tutorial hell. I've decided to keep this channel, however. Quality content that feels up to date and relevant.
I am 200% sure, I will require the advanced videos on the same. Damn, you made my life so simpler, Thanks, Brad & Adrian. A complete Udemy course will be perfect for sure :) I don't know why I never put more time to learn material, its so useful and Adrian made it easy... :) Awesome Content creators
Awesome
I know react, I mainly watched because I wanted to see what all the fuss is about and soak up the core concepts quickly. But I must say, that library is SCHWEET!!!
One suggestion. It is more convenient to use another ToolBar component just below the AppBar, to get the appropriate marginTop. Manually setting the marginTop leads to many inconsistencies there.
Overall I learned few new things here. (Y) Thanks for this video!
Nice toturial with nice deep bass-baritone voice
Please make more videos on material ui your teaching is awesome ❤️
Okay cheers for the support, may do!
Hhaha! am surprised Adrian suddenly showed up, I thought something was wrong? You rock Adrian! Thanks to Traversy Media! He rocks!
Adrian is back again!!! For the 3rd time! You look so good Adrian and you are awesome! Thanks for all of your tutorials and tips 😊
Adrian wrote this comment by himself)
@@Артур-р7м1ц which comment???
@@MaxProgramming this one, btw just a joke)
@@Артур-р7м1ц Nice koke 😂😂
appreciate the effort. not to knock on the speaker but imo you can learn a UI library faster by just referring to the official documentation. integrating material-ui isn't nearly as complex as setting up O-auth or setting up an express server
in my opinion, setting up O-auth and express was intuitive enough and didn't require any guide. I've watched half of this thing just to get a glance at what Material UI is cause I didn't know anything about it before.
Wow, this video was as clean and easy to use as one could hope. Fantastic job sir.
Would have been nice with some explanations of what's going on behind the scenes - what element are the components made up of? What does the different attributes do precisely? Didn't learn much from this.
Really Great Video Adrian ! Many times I start learning about Material Design but Most tutorials confuse me From where I can start But after this I'm able to use this one in my project. Thank!
He is the finest guest creator on this channel ❤️❤️
Hahahah thanks
Nice tutorial! Wanna see more videos about material ui for react 👍
Cool might do some more the.
@@AdrianTwarog thanks you ❤️
Material UI is being used more and more with React as compared to other UI libraries.
Definitely, I want more MUI tutorial from you.
helped me a lot in my new job, I'm a beginner thanks, a hello from Brazil
Nice little crash course thanks
Thanks
Fast, Loud, and Clear ! Perfecto ! It is auto subscribed haha..
Your teaching style is so impressive but if you use individual files for each topic It will help us to understand more easily.
There are more nice things to talk about material UI than ctrl + c and ctrl + v the documentation.
Material UI is such a life saver. Thanks for the amazing tutorial!
this is great! I got inspired by you, got my MUI series in the process. Thanks!
Perfect for crash course vedio to start with :)
Best tutorial for me in YT on React-MUI. Great !!!!!!
Damn this is going to make my portfolio apps look 10x better thank you so much!
🔥 needs more videos on Material UI
Okay!
Helped me with my job in Canada!
I was just thinking of building my portfolio, this will come in handy .
Kk!
"so we've got the day day ,month month, and year year" ~El comrade @ 18:43
I used semantic ui but material ui really looks cool. ^^ And thanks for the video.
Great video! It would be great if you could do an example website design with Header, Footer, Sidebar, AppBar using Material UI! Thank You!
Good idea!
@@AdrianTwarog Thank you! Look forward to that!
@@AdrianTwarog also along with the login/logout screen.
You guys must have been sent from up above! Can't thank you enough.
Awesome video! Helped me a lot! I am just trying to up my game in React and here it comes! Thnx a lot Adrian and Brad. Love the channel
Thank for this video. I would learn more about mui with the docs
Excellent Video! Highly useful!
Thanks!
I have to do a presentation on Material UI to my team. This is going to help tremendously! Thank you! lol
This was great. Please do more! thank you!
Pls more of this 😢, material ui is awesome 😀
Wow , was lookin this for weeks thnx for providing man
Great!
Hey, could you do the other videos on Material-ui that you said you would do
Great video please i would be great to have more videos related with Material UI
Okay cool!
Thank you! This is exactly what I needed in the app I am creating
Hahah cool
Awesome video , really helped me alot , thanks 🤘
Great to hear!
@@AdrianTwarog Was watching your other video now and you replied , thanks man 👍🏻
As someone who has turned in assignment etc... at school on actual floppy disk, I find it hilarious that in 2022 it is STILL recognized as some near-universal symbol for "save stuff", even though fewer and fewer people have actually ever used one.
Thank you! It is a good video to getting a common point of view on how to use Material UI and what is it.
Nice THANK U and Traversy media , where we learn so many things about your career
Thank you, very much!
Perfect start to estimate and use material-ui!
great. Yes more MUI tutorials please
This was excellent, exactly what I needed. STRAYT TO THA BLAADY POINT MAATE! Not long back from a year in 'Straya', had an amazing time! Much love from Scotland bro, Liked and subbed to your chanel!
You are the Bob Ross of mui.
Finally! Thanks Brad and Adrian!
wow thank you! now I can play with those to learn more
Did not know we could do topography in material ui
I've watched 42 minutes thank you very much 💪💪💪💪
This is an amazing video! I have watched at all to have an overview of the library and now I know what I can do. Of course is an obligation to look at the oficial documentation as well. In adition, english is not my native language, but I could understand you perfectly withouth subtitles, in 1.25 speed! drinking mate since Argentina!!! thanks you very much!
Thanks for bringing brilliant content.
Awesome
2:25 yarn didnt work for me so i installed the mui by adding ''npm install @material-ui/core --save'' , course is awesome i subscribed to this channel!
Great video but at 23:11, instead of creating another function ButtonStyled, passing the const classes, and returning the button... it would be easier to just delete lines 25-28 and go to line 31 and create a new line const classes = useStyles();
Then inside of the button in the React code, just give it a className={classes.button}.
My way is much more simple and you don't need a function for each style. Just throw all the styling under the useStyles block and then put className={classes.xxxxxxx} for each individual component.
hi sir, i'm following this vid and i'm stuck on this point, when i made the useStyles it made a blank page, even tho i copied the same code as him, would you like to tell me if you had this problem before?
@@mohamedel-bachirzahaf4290 well have to figured it out?
Best intro for Material-UI!
I was looking for a great video that was short and sweet so I could jump into playing around with mui and this was great! I liked being able to see how easy it makes mobile responsiveness! I have a lot of fun doing that myself but I like how it simplified the process if I ever wanted the shortcut. I'd like to see more to build a responsive app if you did more videos on mui.
Nice video Brad plz make tutorial on django 3hrs project course
it was a greate and comprehensive toturial I really enjoyed!
when i saw thumbnail...for a moment ...i thought OH MY GOD!!! brad went to gym and transformed....you guys are looking similiar...by the way video is good.love it.