One of d best and easy to understand material UI tutorial. Thank u for making tutorial on Material UI.
@DarkVuderphlai3 жыл бұрын
I loved this tutorial. It was useful, it helped me with the task I had at work, and it gave with all the context needed. I especially liked how you kept refering to the official docs, and showed several ways to code the same result. Thank you!!
@khandoor72284 жыл бұрын
Anthony ... this is your best tutorial yet!! the real world example with how you would code this for real was exactly what is needed with these features. The Material-ui explanation is sometimes not sufficient and you made it very clear with real world, very thorough, good clean code! Awesome job, loving the 'with React-Router' subseries. Waiting for you to do the same with that Stepper . . lol.
@arjunn39743 жыл бұрын
The way you explained this is just Awesome... Keep going and Thankyou very much!!!
@vijaykumarreddyalavala37134 жыл бұрын
A month ago I searched for a video that clearly explains Breadcrumbs but I did not find it. But here I am today with a recently uploaded video that clearly explains it. Just right when I need it
@anibalmarquez94803 жыл бұрын
Oh man! If I had you in front of me I would give you a hug, you have helped me a lot with your tutorials 😄
@vasileiosmpletsos1784 жыл бұрын
I was looking and couldn't find a good or an implementation that matches me requirments. But you did 100% and in so clean way. Great Job, subscribed!
@sujoydutta9202 жыл бұрын
Such a great tutorial I was pounding my head on this...although a bit outdated certain things changed with react-router-v6 but the gist is the same. THanks a lot
@juanfernando1222 жыл бұрын
de casualidad tienes como quedaria ahora que cambio reac router a v6
@maddzkz Жыл бұрын
@@juanfernando122 For v6 use the hooks: useLocation and useNavigate instead of withRouter HOC. You'll find the pathname in the location, and instead of history.push(path) just do navigate(path). Hope it helps!
@arthurhovhannisyan314 жыл бұрын
Anthony, we are with you! Keep going man!
@pawarasiriwardhane77554 жыл бұрын
The exellent tutor I've ever seen
@gregduncan59934 жыл бұрын
Fantastic series (so far)! Thanks for the great tutorials.
@ianmacrae40904 жыл бұрын
Great tutorial. How would you go about extending this to cope with params? eg /jobs/:jobid/details/:detailid so that the breadcrumbs would have home / jobs / detail with the link including the relevant parameter?
@ravishchauhan12 жыл бұрын
Thank you so much for uploading this video. this video was so helpful.
@AnthonySistilli2 жыл бұрын
Glad it was helpful!
@אביאמן2 жыл бұрын
Thank you very much, this tutorial was helped me so much.
@jetmartin95012 жыл бұрын
Thanks for breaking that down. Good stuff.
@shawnjohnson34334 жыл бұрын
Awesome!! Great tutorial. You couldn't of explained that any easier!
@raptor3122 жыл бұрын
Great work !
@hincha0133 жыл бұрын
Genius !!! This helps me a lot !!
@srihari.lakshmanan4 жыл бұрын
Nicely Explained! Thanks.
@ankitgiri68742 жыл бұрын
Amazing tutorial, Thanks a lot 🙂
@rupindamanalu82974 жыл бұрын
Thank for this video content Mr. Anthony
@AnthonySistilli4 жыл бұрын
Very happy it helped Rupinda!
@kennethchinedunwobi14014 жыл бұрын
Hi Anthony, I am still waiting to see the implementation of Hidden, I can hide a Grid on small screen view and make it horizontally scrollable on small screens
@skily48662 жыл бұрын
thanks for this guide, its so much to help me
@onyebuchikingsley31723 жыл бұрын
This is a great one! it solved my problem.
@d.d8984 жыл бұрын
you made Material UI very easy!!!!
@oiaraque3 жыл бұрын
Great tutorial, subscribed!.. if i'm using react-router-dom v6, how i can replace withRouter wirh hooks?
@amanprit-kaur3 жыл бұрын
Great video! Keep up your work :)
@ianmacrae40904 жыл бұрын
Great video. Can you please explain how you would go about using breadcrumbs with route parameters. eg something link /user/:userid/detail/:detailid/preferences/:preferencesid. The idea would be to see in the breadcrumb user -> detail -> preference with user and detail going back to the respective user or detail information
@sheisgabs2 жыл бұрын
you can use with router v6 the useParams(); const { user_id, detail_id, preferences_id} = useParams(); and create a condition to return null this values. something like: function valueIsParam(value: string) { return params.includes(value); } if (valueIsParam(text)) { return null; } and then you will have something like this: /user/ /detail/ /preferences/ / I dont know how to get rid of the slash symbol, but I hope it helps
@elvin.mammadli2 жыл бұрын
Hi, great tutorial, but i use router v6, and it seams some things changed, i have problem with "withRouter" any short help if possible? Thanks anyway :)
@kissshu4 жыл бұрын
great explanation. thanks for doing it. it really helped
@Parth-lu8rr2 ай бұрын
How do we handle the case when we have query params in the routes and, we are re rendering the component which has breadcrumbs. I am not able to retain the routes. Anyone!?
@pets_talk3 жыл бұрын
It was super helpful!
@seeramsumanth84094 жыл бұрын
Thank you so much ❤️😊, it is very clear and you did break it down very well :)
@meghalbisht67684 жыл бұрын
already waiting for the next one!!!!
@AnthonySistilli4 жыл бұрын
Haha I love the anticipation!
@jacobnastaskin35444 жыл бұрын
Kind of a dumb question here but how would you change the cursor to a pointer when it is over a link?
@Shivashankar-ui8xi2 жыл бұрын
Will it work if we have components inside the folders?
@onyebuchikingsley31723 жыл бұрын
I discovered that my breadcrums actually worked as I expected but the component was not rendering. What could be the issue?
@АнварАппазов-я1г2 жыл бұрын
Awesome! Thank you!
@Kewledgykid3 жыл бұрын
Thank you, this was really helpful!
@talhaahmed11162 жыл бұрын
Thanks, you're the best!
@austinejose15163 жыл бұрын
Great Content, Thanks very much.
@bowlshark12 жыл бұрын
Great help man. tks
@Eminence43rd4 жыл бұрын
But how about you want to go back to the previous link? and you have to supply an id in the link?
@eric.m57903 жыл бұрын
thanks man good video helped alot
@Ymaryna4 жыл бұрын
Great video, thanks so much!!
@joshsondera2 жыл бұрын
I have a problem with withRouter(). IT was removed in the latest version of react-router-dom. My whole project is already based on that version, so I can't change it to the older version. How can I still implement it in JavaScript?
@davidlew43912 жыл бұрын
How you fixed it bro?
@rahulkulkarni96532 жыл бұрын
Thanks 😊 it's really good
@syamkishore92134 жыл бұрын
Thank you bro. this made my day
@cristiancb61484 жыл бұрын
Thank you so much this really helps me a lot
@alimoghadam64644 жыл бұрын
this really helps. thank you 🙏🏻
@amavictor2993 Жыл бұрын
Beautiful
@yashmohod12784 жыл бұрын
hi Anthony please make any demo project using material ui or suggest me that can help me to improve my skill of material ui and thanks bro love you you are best instructor
@ankushsingh66683 жыл бұрын
A great tutorial
@khld42632 жыл бұрын
Thank you 🥰
@kevinma82274 жыл бұрын
Hi Anthony your voice sounds a lot deeper, can you teach me how you create this effect?
@AgustinAstronomy4 жыл бұрын
thanks for this video!!!!! you are amazing
@AnthonySistilli4 жыл бұрын
Glad it was helpful!
@stabbler4 жыл бұрын
Next video suggestion: badges and snackbars ;)
@AnthonySistilli4 жыл бұрын
Oh very good idea!
@ramijawadi4356 Жыл бұрын
withRouter is depricated :\ any solution plz
@AndrewPetersen-ho6nk Жыл бұрын
Not sure if you have figured this out, I just found this video today and came across the same issue. From what I was able to find, react now has hooks that replace withRouter. I am now working on using useLocation().
@Circulate_Motive3 жыл бұрын
It is very useful
@kristiankristiansen56034 жыл бұрын
Hi Anthony, great content i'm a bit confused though. What if i wanted a top navbar that stays on all pages, how would i do that?. Like: HOME ABOUT JOBS Home / about This is the about page Can't seem to figure it out. Best Kris
@AnthonySistilli4 жыл бұрын
I think I have a video on MUI headers (if not, maybe my pokedex example series goes through it) , but essentially with your header you just want to nest it in your top level component (usually app.js) so it's a sibling of the react router logic, so it won't change when a page does!
@kristiankristiansen56034 жыл бұрын
@@AnthonySistilli Great thanks!, i figured it out now, i was trying to use history.push in the nav outside of the Route, that did not work of course, i'll just use use Link from react-router-dom that works great.
@saivivekravi49794 жыл бұрын
Can you make mui-datables in react video please it is very helpful to many other
@gregduncan59934 жыл бұрын
Suggestion for other MUI - Footers and nav bars that can become hamburger menus.
@naveenraj0614 жыл бұрын
thanks bro!
@eseesela14 жыл бұрын
Path names tend to be in unreadable format. There is a useful example in mui docs on how to replace pathnames with user friendly names.
@mrgame65843 жыл бұрын
May Allah reward you
@slavik29274 жыл бұрын
Thank you
@DjellalAmina-y8e7 ай бұрын
Thank uuu
@nicolasaraya29193 жыл бұрын
me salvaste
@Jay-jo5dm3 жыл бұрын
leaving a comment for the youtube algorithm
@BabarAli-yb1eg4 жыл бұрын
great
@AnthonySistilli4 жыл бұрын
Glad you liked it Babar!
@erkanisuf36044 жыл бұрын
thanks babe , sryy i copy pasta it ot my project ;(