this post was submitted on 13 May 2025
293 points (98.7% liked)
Programmer Humor
23402 readers
1991 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't do much frontend work these days, but years ago, it felt like the defining feature of Bootstrap was the 12-column layout. Sure, it had fun buttons and other components, but the ability to trivially define multi-column layout without ripping your hair out was its raison d'être.
Now that we have flexbox, I'm not sure anyone needs Bootstrap.
It also has lots of UI widgets like collapsing elements, modals and alerts. Sure, you could code all these by hand, but why bother?
All the elements you mentioned are natove HTML elements that don't need any library.
many native elements either do not function like people want or cannot be styled the same
Can you elaborate? Give some examples?