React Material UI Tutorial - 6 - Toggle Button

preview_player
Показать описание


📱 Follow Codevolution

React Material UI Tutorial
Toggle Button in Material UI
Рекомендации по теме
Комментарии
Автор

What people really need to appreciate is this super didactic strategy of introducing concepts at the right time. Like here with handling state changes in material ui components. ToggleButtons are the perfect entry point for showing that.
And this is the genius thing about Vishwas, he has this perfect timing of topic introduction once it really makes sense, instead of flushing you with too many concepts at once.
And that is something really hard to do, a lot of work has to go into this.
I have nothing more than respect and admiration for Vish

losrobbosful
Автор

Good video, Helps a lot.
But Why & how you keep writing the parameters and props, these should also be discussed. As being a beginner they will develop the quality of how to think first and then write the code.
Thanks.

nikhilnitesh
Автор

Great video. Quick question. I am confused about parameters for handleFormatChange. You have not passed those parameters in toggle button groups, so how do they get passed to function?

KamalSingh-zool
Автор

How to implement useState and handleFormatChange in jsx ?

alexpatroi
Автор

const [visible, setVisible] = useState<string[]>([]); why i can't use this

ratulislam
Автор

its throwing an error at useState<string[]>([]);

i am using .js

muhammadans
Автор

in my case, i am getting console.log value twice, what's the reason?

shubhammhatre
Автор

I got stuck i dont know how to implement multple language to my project Does anyone inform me ? Does anyone knows some tutorial about that

eelguneezmemmedov
Автор

handleFormatChange this command not found error showing in my vs code what can i do sir.

_sreelemonchandramohont