You are a life saver.. I am very new to react and web development in general. I got assigned to a project yesterday and had to use MUI5 but there weren’t any good tutorials on MUI5 on UA-cam . Thank you so much for this ❤️
Hey Lama, just finished your short course on MUI and I just want to say thank you. I've been looking for a straightforward and easy-to-follow tutorial on MUI for some time now. Yours has been really easy to follow and I feel way more confident using MUI for my own app that I am working on. I'm not very good with CSS if I'm honest so leveraging MUI for my components will be useful. Thanks again!
Hey *Lama* ! Your job in this tutorial is incredible. This is definitely one of the best code video I've ever watched to learn something. Thank you for your time. Incredible !
Truly loved the quickstart. I would honeslty say that for an intermediate developer, it might be the best start. Really gave me a good start to material UI
My favorite tool for React by far, I use it in almost any project. If may seem strange to use it at first, but once you get a grasp on it, it's really powerful.
I'm starting to use this and yeah, it's a little confusing and different than for example others CSS frameworks like Bootstrap or Tailwind, but I hope that with this tutorial I can learn the basics
Love your tutorials as always ❣ 00:28:50 I can only add position="sticky" The console warned me that expected value is one of [ "absolute", "fixed","relative", "static", "sticky"]
Thank you this was an extremely beneficial exercise. Although, I created my project using npm create vite@latest, and I am using the latest version of material-ui. I was still able to put the project together walking through the instructions. Thank you for taking the time to put this together.
Thank you very much. I watched and repeated. You make everything so easy. But for me this is still new. But I saw connections. Especially on setting up the design and of course on the use of the MUI module.
While declaring any custom component just like Button the name of the custom component must be start with Upper case else we can't see the change & the import statement is import { styled } from '@mui/system'; to implement the styled function.
Following you for a long time and still surprised how you can explain everything that easy. You are the best man. After completing my projects i'll deploy it using your code.
you need to add the state to localstorage, there's many ways you can do this on your app. Let me know if you are able to figure it out. Part of being a software developer is being able to solve problems when tutorials can only provide so much. If you can't find it, I'll be more than happy to help you save dark mode to local storage, or if you are feeling adventurous, you can always include that state on the backend so that dark mode persists on the app.
@@limoni0523 Yes, I already integrated for the dark/light mode with using useReducer hook and passing the data with Context props. Which I was totally stastify with it. :D Edit: I set the persistent state with using cookies instead of local storage.
You are a life saver.. I am very new to react and web development in general. I got assigned to a project yesterday and had to use MUI5 but there weren’t any good tutorials on MUI5 on UA-cam . Thank you so much for this ❤️
The best teacher in UA-cam University! Thank you Lama, your tutorials are helping me be a better developer!
lama You are Ultra Legend
new tag line "Its that easy guys". 10/10 best tutorial!
Hey Lama, just finished your short course on MUI and I just want to say thank you. I've been looking for a straightforward and easy-to-follow tutorial on MUI for some time now. Yours has been really easy to follow and I feel way more confident using MUI for my own app that I am working on. I'm not very good with CSS if I'm honest so leveraging MUI for my components will be useful. Thanks again!
I haven't even completed yet but I have learnt a ton so far. Bless you brother
Mui is best ui library. Thank you so much. I ll replace my social media app design with mui. And loved dark mode approach its so easy
Hey *Lama* ! Your job in this tutorial is incredible. This is definitely one of the best code video I've ever watched to learn something. Thank you for your time.
Incredible !
Best crash course on mui in react. I am way more confident now. Thanks LAMA DEV
This video is really awesome. Beginners also understand your video easily Because of your great explanation.
Love From Bangladesh 🇧🇩
just started this and already im getting feels
i hope it pulls through on its promises
Truly loved the quickstart. I would honeslty say that for an intermediate developer, it might be the best start. Really gave me a good start to material UI
Really your explanation suits your saying " It's that easy " , and Thanks for this✅
My favorite tool for React by far, I use it in almost any project. If may seem strange to use it at first, but once you get a grasp on it, it's really powerful.
Im learning it for my work, its kinda weird you are right.
I'm starting to use this and yeah, it's a little confusing and different than for example others CSS frameworks like Bootstrap or Tailwind, but I hope that with this tutorial I can learn the basics
Love your tutorials as always ❣
00:28:50 I can only add position="sticky"
The console warned me that expected value is one of [ "absolute", "fixed","relative", "static", "sticky"]
wahhhh kya noob waali baat ki h hahahaha
Thank you so much for this wonderful tutorial! I was struggling with Material UI before, but now I feel I finally understand it :) Much appreciated.
Excellent tutorial sir. Very patiently explained all the nuances of MUI. Thank you so much 🙏🙏🙏
Liked before watching the video because I know your content is ALWAYS very GOOD
!!
Thank you for taking the time to simplify over complicated code snippets from the docs.
Mind-blowing. Awesome explanation and a nice presentation. Rate 10/10
Thank you this was an extremely beneficial exercise. Although, I created my project using npm create vite@latest, and I am using the latest version of material-ui. I was still able to put the project together walking through the instructions. Thank you for taking the time to put this together.
Big fan lama dev from india.....you helped me a lot of....and i learn a lot of cool and fabulous things....one of my favourite pedagogy❣️❣️
Good job man. It gave me starting point to create dashboard that work in mobile and website.
Added to watch list. Thanks for publishing good content.
Nice one Mr Safak. Many thanks for your uplifting and educative wonderful videos.✌️❤️
The great video I even seen on material ui5.. learning + project.. awesome explanation..❤❤❤❤
nobody, absolutely nobody ...
Lama: "it's that easy"
thanks man !
Thanks. You explained what needed for MUI v5. Please make more detailed project with MUI v5 emotion, Context API etc.
thanks for video ! I've been waiting for this for a long time
Thank you very much. I watched and repeated. You make everything so easy. But for me this is still new. But I saw connections. Especially on setting up the design and of course on the use of the MUI module.
Thank you,
This is just what i needed.
Thanks for tutorial. To open intellisense you can press [Ctrl + space]
Incredible video! I just finished and I have learnt so much!
Really loved the pace of the course the simplicity and the way of teaching. Absolutely recommended
Im brazilian and your english is very good to understand
While declaring any custom component just like Button the name of the custom component must be start with Upper case else we can't see the change & the import statement is import { styled } from '@mui/system'; to implement the styled function.
you are the best teacher on UA-cam. i am learning alot from your tutorials. Please make tutoials on MUI Datagrid bulk add, edit and delete operations
It's a good video. Please upload one video MUI responsive admin panel with form, charts, tables, etc
Thanks man. I loved it.
before i was confused in sx prop now its clear .thank you
My best teacher never disappoint,keep up the good work Lama
Thank you for this project! Very practical tutorial :)
Thanks @lamaDev for this amazing tutorial ❤
Following you for a long time and still surprised how you can explain everything that easy. You are the best man. After completing my projects i'll deploy it using your code.
Awesome video ! Greetings from Brazil 🇧🇷
Lama, you saved me ton of reading and searching....
Love from India ❤️ you are the best
one of the best tutorials I have ever seen
Really helpful, love it, I watched it in one go
Man this tutorial changed my life !!!!! thank you thank you thank you
THANK YOU - great video 🤩🤩
One million like from my side...
Understood and applied... And enjoyed too
Lama Dev really delivered on this one!!
Fantastic tutorial. I love how you show common problems throughout and demonstrate the steps for solving them
Your explanation is awesome, thank you so much for your activity.
Thank you so much. Thank for this video, I had overview about MUI
Love you, man!
Excelentes projetos, como sempre!
Forte abraço do Brasil!
God bless you!
Your every project is so much effective...
I have learned a lot from you. Thank you so much
Tailwind css project please. I love the way you teach.
Thank you so much for amazing tutorial, I was looking for something similar which is easy to understand and implement. Many thanks for your effor
Thank you guy to this awesome and helpful video
An another one! :D Awesome topic again!
This is awesome content,Thank you Lama Dev to represent lot of thing in one Video
Well done, exceptional tutorial video. Thanks for your hard work! :)
Excellent tutorial 💓
Thanks Lama Dev
Hi. Lama i think its time for new dashboard design and use MUI 5. Thanks as always for your awesome contents ☺️
Thank you Lama, God bless you!
for the next big project can you build a full stack real estate app with sale and rental of houses.
What can i say...I enjoyed it, THANK YOU.
FlawLess ,
this cleared many doubts of mine
Out of every other videos on UA-cam only yours was good. Straight to the topic and no bullshit.
Awesome video, very didactic. Thanks man.✨
Such a great project
Why are you so good? It was a really good course.tnx
Thank you very much for this course.
Thank you so much for this wonderful tutorial
"It's that simple!" 😂 Yes, it really is. I love your relaxed approach. Thank you, please keep doing this.
i was about to jump on previous MUI 4 course of yours but i realized that you said you will create MUI 5 course during the LAMAADMIN course video
this was def amazing
holysheet damn good tutorial for mui finally
Thank you Lama, God bless you!
This video is pure gold. Just in time... You saved my ass so good... Sub earned! Hahahaha.
Thanks for sharing with us such a great content.
Confidence boosting project thanks...
I am Shocked. Believe me you did it so nicely. Now i am feeling so confident and trying my best to be a front-end react js developer using mui
You can click "Ctrl-Spacebar" to import the component. No need to delete one letter.
you are teaching me like a kindergarten, thank you so much!
Thank you so much!! Clear and informative instruction!!
Thank you, it's really awesome project👍
Lama, thank you for sharing!!!
Hey Lama, Just Finished this video , it was an amazing ..Make More Videos
Ive been waiting for someone to do a full tutorial on my favorite CSS framework, thanks Lama!!
Great course. Thanks! 🔥🔥🔥
Please, explain how to set persistent state for the part of Dark/Light mode by using local storage when we're toggle on the button.
you need to add the state to localstorage, there's many ways you can do this on your app. Let me know if you are able to figure it out. Part of being a software developer is being able to solve problems when tutorials can only provide so much. If you can't find it, I'll be more than happy to help you save dark mode to local storage, or if you are feeling adventurous, you can always include that state on the backend so that dark mode persists on the app.
@@limoni0523 Yes, I already integrated for the dark/light mode with using useReducer hook and passing the data with Context props. Which I was totally stastify with it. :D
Edit: I set the persistent state with using cookies instead of local storage.
You my friend are hired!! Nice job on figuring it out.
Awesome tutorial. I have to do my first project in React js. Haven't seen a better MUI tutorial than this. Awesome.
Thank you Lama Dev!
this is actually very good!
Thanks a lot, it was fun while watching
its much much better ..:D amazing video thankyu sir
Thank you sir you are outstanding
😘😘😘😘😘😘😘😘 Awesome work you do bro ALLAH help you