@[email protected] to Programmer [email protected]English • 2 months agoOnce you know Bootstrap's CSS you can't unsee itfeddit.ukimagemessage-square40fedilinkarrow-up1310
arrow-up1310imageOnce you know Bootstrap's CSS you can't unsee itfeddit.uk@[email protected] to Programmer [email protected]English • 2 months agomessage-square40fedilink
minus-square@[email protected]linkfedilinkEnglish16•2 months agoIt also has lots of UI widgets like collapsing elements, modals and alerts. Sure, you could code all these by hand, but why bother?
minus-squareFlamekebablinkfedilinkEnglish10•2 months agoMainly because I already understand CSS and HTML and having to learn their way of doing things is extra work and overhead.
minus-squareLemminarylinkfedilink2•1 month agoWe have better alternatives today as well and still I see people choosing Bootstrap and violently cringe.
minus-square@[email protected]linkfedilink3•1 month agoAll the elements you mentioned are natove HTML elements that don’t need any library.
minus-square@[email protected]linkfedilinkEnglish1•1 month agoWhat’s a native HTML element that mimics Bootstraps Collapse?
minus-square@[email protected]linkfedilinkEnglish4•1 month agoI was going to list a whole bunch of things the DETAILS tag doesn’t allow, but it seems that none of these issues actually appear. So either it has evolved since I’ve looked at it last time or I was stupid. Either way, thanks for talking back.
minus-squareFlamekebablinkfedilinkEnglish1•1 month agoI had to look it up myself - so I learned about it too!
minus-square@[email protected]linkfedilink5•1 month agomany native elements either do not function like people want or cannot be styled the same
minus-square@[email protected]linkfedilink2•1 month agoYes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.
It also has lots of UI widgets like collapsing elements, modals and alerts. Sure, you could code all these by hand, but why bother?
Mainly because I already understand CSS and HTML and having to learn their way of doing things is extra work and overhead.
We have better alternatives today as well and still I see people choosing Bootstrap and violently cringe.
All the elements you mentioned are natove HTML elements that don’t need any library.
What’s a native HTML element that mimics Bootstraps Collapse?
details and summary?
I was going to list a whole bunch of things the DETAILS tag doesn’t allow, but it seems that none of these issues actually appear. So either it has evolved since I’ve looked at it last time or I was stupid.
Either way, thanks for talking back.
I had to look it up myself - so I learned about it too!
many native elements either do not function like people want or cannot be styled the same
Can you elaborate? Give some examples?
Yes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.