this post was submitted on 13 May 2025
295 points (98.7% liked)

Programmer Humor

23527 readers
1660 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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 0x0@lemmy.dbzer0.com 23 points 2 weeks ago (11 children)

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.

[–] bleistift2@sopuli.xyz 16 points 2 weeks ago (10 children)

It also has lots of UI widgets like collapsing elements, modals and alerts. Sure, you could code all these by hand, but why bother?

[–] somegeek@programming.dev 2 points 2 weeks ago (7 children)

All the elements you mentioned are natove HTML elements that don't need any library.

Yes but it wasn’t always the case. Bootstrap used to be very helpful when grids, modals, accordions and so on were not standard.

load more comments (6 replies)
load more comments (8 replies)
load more comments (8 replies)