Everything you didn't know you need to know about buttons

  Рет қаралды 33,645

Steve (Builder.io)

Steve (Builder.io)

Күн бұрын

Пікірлер: 96
@Steve8708
@Steve8708 Жыл бұрын
All the code examples, as well as more detail on everything discussed here, in my full article: www.builder.io/blog/buttons
@StephenGillie
@StephenGillie Жыл бұрын
Go team Steve!
@dotterel
@dotterel Жыл бұрын
I've been studying CSS for a couple years now and this is hands down the best video I've seen. I love how you went through each one and explain when and why we use each element. I have a lot of trouble learning when people don't explain 'what does this allow us to do and what are we not able to do without it?' You really hit the nail on the head here. I feel like I understand the reasoning behind all 3 cases after just 1 watch, that's pretty incredible.
@rdalago
@rdalago Жыл бұрын
I've been learning A LOT from you! The way your videos are short yet delivering a deep explanation is spot on for me! Thank you.
@omersoncruz1081
@omersoncruz1081 Жыл бұрын
agreed. Short, concise, and full of practical knowledge.
@Htbaa
@Htbaa Жыл бұрын
For accessibility try not to reinvent controls unless you really have to, but make sure you’re making it accessible! When clicking on this video I was afraid accessibility would be neglected. Happy to see it’s the focus of the video.
@8koi245
@8koi245 Жыл бұрын
The style of the code and browser window is LOVELY
@JEsterCW
@JEsterCW Жыл бұрын
Holy sheee, this is quality content. I have watched few of ur shorts before, but after this video i was 100% sure i wanna follow u constantly.
@hnccox
@hnccox Жыл бұрын
That MyButton component is actually really nice! Never thought of that. My rule of thumb is that a button is for interaction for things that happen on the current page only, anchor tags are for navigation only.
@khairulhaaziq2332
@khairulhaaziq2332 Жыл бұрын
Steve your teaching method is the most comprehensible i've come accross. Please continue making these! I really hope you release some more basic stuffs also
@nicolasguillenc
@nicolasguillenc Жыл бұрын
Literally amazing man. One of the best tutorials I've ever seen. It's humbling because who thinks about buttons twice? But there's so mucho to know
@NoName-1337
@NoName-1337 Жыл бұрын
Nice, didn't know about all:unset. Thank you!!!
@AmxCsifier
@AmxCsifier Жыл бұрын
Just great and useful content, no filler no spam no nonsense... This is why I open youtube This channel deserves at least 1 mil subs, I hope you get there someday
@peteryates308
@peteryates308 Жыл бұрын
As someone who builds accessible websites, it's easiest to just stick to the intended purpose of the element. Buttons submit (or reset forms), anchors create hyperlinks. They are both accessible and understood by just about all assistive software and have worked in the same fashion for 30 years. Yeah, if you're building something fancy then adding custom functionality to role=button buttons is fair, but I see so many people starting from scratch without realising they've lost accessibility features along the way.
@SzaboB33
@SzaboB33 Жыл бұрын
Great video, I did not know I needed this but the a vs div vs button problem was quite frequent for me and this video cleared things up
@uscjake868
@uscjake868 Жыл бұрын
Outstanding. I love the style of demonstrating the good and the bad. You saved a lot of trial and error.
@kenfrostyypaws9113
@kenfrostyypaws9113 Жыл бұрын
You're absolutely nailing this format my guy. Keep em coming!
@yangenmanuel2659
@yangenmanuel2659 Жыл бұрын
I just discovered this channel and I need to watch all of your videos!!!
@gnaneshwarrao174
@gnaneshwarrao174 Жыл бұрын
Thank you so much for sharing. I always was fumbled in this conundrum and now you gave a solution with your pattern. Thanks a ton!
@umutelicabuk6834
@umutelicabuk6834 Жыл бұрын
I usually don't comment but now I have to. Steve - your delivery is among the cleanest, most concise yet deep teaching styles I have ever come across. You definitely need some more zeros behind that sub count!
@aPinix
@aPinix Жыл бұрын
I already knew this but learned it the hard way unfortunately. Thank you for for evangelizing this knowledge for everyone. Cheers!
@shakapaker
@shakapaker Жыл бұрын
Oh my god that way of explaining things it's just amazing
@joostschuur
@joostschuur Жыл бұрын
I hate that I learned so much about buttons from this video. Thanks, Steve. I hope you're happy. Also, keep up the good work 😊
@srkuleo
@srkuleo Жыл бұрын
Well this was way more useful than I thought it would be. Really nice trick with conditional.
@re.liable
@re.liable Жыл бұрын
Just starting to watch. The "rule" I try to remember is: anchor for navigation, button for interaction The styling bits are the reason why a CSS reset is necessary for me. The conditional rendering is nice I suppose
@zombiefacesupreme
@zombiefacesupreme Жыл бұрын
You know someone has only coded in React when they make fun of the idea of "button"
@mervinmarias9283
@mervinmarias9283 Жыл бұрын
Was watching your video and was whole time thinking, "why not just make it a web component?". Then you actually did exactly as I thought lol.
@loia5tqd001
@loia5tqd001 Жыл бұрын
Love this so much ❤ all the details people usually overlook or don’t talk about
@tariksohan8993
@tariksohan8993 Жыл бұрын
Simple with good explanation. My favourite kinda Ytber.
@yuryitikhonoff9631
@yuryitikhonoff9631 Жыл бұрын
OMG. It's a gem. So concise and meaningful. Thanks a lot to the author.
@amitse
@amitse Жыл бұрын
Another discussion is on button disabled state and the color contrast debate around it. Another thing to remember you can’t disable links. All you can do is to hide them.
@sveinnthz
@sveinnthz Жыл бұрын
instantly subscribed, best presented web dev video i’ve ever seen
@mattshnoop
@mattshnoop Жыл бұрын
Also good to look into the other focus styles! There are focus-within and focus-visible. Good for other things.
@dinaiswatching
@dinaiswatching Жыл бұрын
Thanks, that sure was helpful. Since I've been using qwik, it's nice to know the nitty and gritty details of some html tags
@joemathan6101
@joemathan6101 Жыл бұрын
Wow wow wow!!! Appreciate your efforts on explaining minor details
@cotneit
@cotneit Жыл бұрын
all: unset blew my mind, can't believe this is the first time I'm hearing about it
@StephenGillie
@StephenGillie Жыл бұрын
Go the other way - use an A link with Javascript onclick. This is great for SPA page rewrites.
@duccdefgab
@duccdefgab Жыл бұрын
i've learned so much in just 4 minutes. Great content 👏👏👏
@Biowulf21
@Biowulf21 Жыл бұрын
Looks like I have a new channel to binge
@YashKadamYT
@YashKadamYT Жыл бұрын
This is so concise & useful! Thanks a lot for sharing!
@lukecartwright613
@lukecartwright613 Жыл бұрын
Super explanation video! This was brilliant! Thank you for sharing
@lamarredavy8145
@lamarredavy8145 Жыл бұрын
Thank you for all your videos, short and so usefull !
@ivankraev4264
@ivankraev4264 Жыл бұрын
You are like Matt Pocock but for javascript 😀 Great content
@jamiroquaiordie
@jamiroquaiordie Жыл бұрын
May I just discovered my new favourite full-stack dev youtuber? I guess I did
@godofwar8262
@godofwar8262 9 ай бұрын
More videos please
@thedigitalceo
@thedigitalceo Жыл бұрын
This was great Steve. Thank you 🙏🏼 I think for things with anchor tags we should probably use buttons for accessibility purposes. I love the one component you showed to render the consistent button!! Although our designers tend to have a few button variations so would be good to see that as well. Would love to have you on my channel for a collab once. Thank you again!
@webdevschool6597
@webdevschool6597 Жыл бұрын
Fantastic tutorial, thanks a lot man.
@SushilKumar-ig8ls
@SushilKumar-ig8ls Жыл бұрын
Great unknowns to know for me 😀 Thanks a lot for these tricks
@jitxhere
@jitxhere Жыл бұрын
Wow. Amazing content Steve
@BritainRitten
@BritainRitten Жыл бұрын
Excellent video, thanks for explaining.
@RicardoValero95
@RicardoValero95 Жыл бұрын
This is great Still I’d love to see the div button fully reimplemented
@berightben8318
@berightben8318 Жыл бұрын
Quality, pure quality. Subscribe
@ГерриПитт
@ГерриПитт Жыл бұрын
Nice! That was helpful, man!
@Ismail-hq8cq
@Ismail-hq8cq Жыл бұрын
Is this a coincidence, or does the youtube algorithm know what is in my mind ? I wanted to learn how to make a text clickable, and this video is the first video in my feed.
@youngnwadike5312
@youngnwadike5312 Жыл бұрын
I love this, thanks Steve
@mohamedcherif9878
@mohamedcherif9878 Жыл бұрын
I learned something new today thank you
@FunctionGermany
@FunctionGermany Жыл бұрын
awesome tutorial!
@EthanStandel
@EthanStandel Жыл бұрын
I think it would have been worth it to note that you probably want :focus-visible and not just :focus styles.
@Steve8708
@Steve8708 Жыл бұрын
Ah yes! Just learned about this after posting the vid, but updated the blog post to use focus-visible
@EthanStandel
@EthanStandel Жыл бұрын
@@Steve8708 nice! Otherwise, this was excellent and something that everyone building a component library should watch just to see the base considerations of things you might want to call "simple"
@Noam-Bahar
@Noam-Bahar 10 ай бұрын
Incredible video 👏
@JenilCalcuttawala
@JenilCalcuttawala Жыл бұрын
Great video! 👏
@tounsoo
@tounsoo Жыл бұрын
Typescript version of this is super messy. You have to use polymorphic methods to get the correct type inferred and its a pain. After experiencing, I now like to separate them into and for better and cleaner type.
@pizzasteve-is-here
@pizzasteve-is-here Жыл бұрын
awesome, keep going
@mahadevovnl
@mahadevovnl Жыл бұрын
If I see one more job application project where people NEST a and an I'll cry. W3C standards exist for many reasons. Mixing conflicting interactive elements makes my brain hurt.
@igigloo
@igigloo Жыл бұрын
what about input type=button? is there any difference with a normal button type=button?
@nurhamsah_tech
@nurhamsah_tech Жыл бұрын
Wow, thanks man 👍👍
@TheVralapa
@TheVralapa Жыл бұрын
Prefer outline-color:transparent; over outline:none; better for high contrast themes.
@kittyrah2800
@kittyrah2800 Жыл бұрын
Why not use ?
@ricko13
@ricko13 Жыл бұрын
what if you add role="button" to an anchor tag?
@TheBaca91
@TheBaca91 Жыл бұрын
I think that this kind of merge of buttons and link are not good mainly because it blurs distinctions between these two tags. In real designing scenarios there should be clear styling diference between how button and how link looks like so user know what to expect. If its button it will perform some kind of action, as for link it expects routing behaviour. So in your case you would need to pass variant to your merge button. But that button variant could be applied on both elements wich will cause undesired styles for one. It is much more clear to have buttons separetad from links since in its nature they are not same html tags. Besides it would be weird from dev perspective to see button with hrf atribute. We should keep our code ease to read
@vinaciotm
@vinaciotm 10 ай бұрын
all: unset !!! Wow nice 👍
@frontend_ko
@frontend_ko Жыл бұрын
Nice frontend tip
@kingl5519
@kingl5519 Жыл бұрын
Subscribed.
@ShaharHarshuv
@ShaharHarshuv Жыл бұрын
Do people actually still use the native submit functionality?
@arianj2863
@arianj2863 Жыл бұрын
Why not wrap a button with an anchor tag?
@6644guilherme
@6644guilherme Жыл бұрын
I like the part where he says "type equals butt..."
@mfkfawas5157
@mfkfawas5157 Жыл бұрын
Amazing
@toby_cm
@toby_cm Жыл бұрын
Can you add back the subtitles like before? I really appreciate them
@ricko13
@ricko13 Жыл бұрын
💪
@Marcus-cf2li
@Marcus-cf2li Жыл бұрын
Great
@p0358
@p0358 Жыл бұрын
It’s a good video, but in a few places at the beginning your audio was cut a bit badly, some of the words you spoke were cut off in the middle, making it a bit awkward to listen to
@tommy_corey
@tommy_corey Жыл бұрын
Wow I didnt know pewdiepie knew how to code
@shutdow88
@shutdow88 Жыл бұрын
Great content, as all other channel videos ...so no need for the clickbait face expression in thumbnails 😜
@edwardmacnab354
@edwardmacnab354 9 ай бұрын
you guys always end up making things way more complicated than it needs to be . I don't mean YOU as a teacher , I mean the designers of this crap !
@jeramymorrill2729
@jeramymorrill2729 8 ай бұрын
Switching the tag type behind the component is much to magic. Unless you work totally alone, you have created a scenario where someone using your component will think they are getting a button and may be getting an anchor. Components should be simple, pure and never contain magic.
@anuvette
@anuvette Жыл бұрын
not knowing button is type submit by default gave me so much headache
@Unc3
@Unc3 Жыл бұрын
if (event.key === Space || Enter) is borked logic. Just saying
@MaxFunoff
@MaxFunoff Жыл бұрын
MyButton component like this example is an unnecessary abstraction...
@unifiedcodetheory8406
@unifiedcodetheory8406 Жыл бұрын
All of the issues you mentioned with using the button tag are actually non-issues. Especially since you're using react, you would never just use a button tag anyway. You should make your own button components for coupling styles and functionality.
@termisher5676
@termisher5676 Жыл бұрын
Bruh Now we have problem Now that is not working Now this is broken. Why do you touch it let it be.
@Nodsaibot
@Nodsaibot Жыл бұрын
lol F accessibility use your div my man
@lescobrandon2202
@lescobrandon2202 Жыл бұрын
Buttons suck.
@WabuhWabuh
@WabuhWabuh 11 ай бұрын
if you wanted to just teach html, dont put it in javascript...
10 CSS PRO Tips and Tricks you NEED to know
9:00
Coding2GO
Рет қаралды 106 М.
Use Maps more and Objects less
5:45
Steve (Builder.io)
Рет қаралды 102 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
[BEFORE vs AFTER] Incredibox Sprunki - Freaky Song
00:15
Horror Skunx 2
Рет қаралды 20 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 741 М.
Why AI is making software dev skills more valuable, not less
7:58
Steve (Builder.io)
Рет қаралды 17 М.
ImNotGoodEnough.js
11:11
Hyperplexed
Рет қаралды 898 М.
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
All useEffect Mistakes Every Junior React Developer Makes
22:23
Using CSS custom properties like this is a waste
16:12
Kevin Powell
Рет қаралды 182 М.
Devin review: is it a better AI coding agent than Cursor?
9:18
Steve (Builder.io)
Рет қаралды 24 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 494 М.
100+ Web Development Things you Should Know
13:18
Fireship
Рет қаралды 1,5 МЛН
The problems with viewport units
13:23
Kevin Powell
Рет қаралды 367 М.
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,9 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН