this post was submitted on 30 Jun 2025
418 points (97.9% liked)

Programmer Humor

24670 readers
300 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
[–] Pyro@programming.dev 4 points 3 days ago (15 children)

Having never used it before, is it that bad?

[–] scott@lemmy.org 2 points 2 days ago (8 children)

At first it seems nice...I played with it for a few hours in an established project and didn't mind. But the I thought about using it from scratch and I'm just baffled anyone does. It's like if CSS was slightly more abbreviated but you couldn't use classes so every style has to be specified on every component.

[–] brian@programming.dev 1 points 2 days ago

instead of using classes you just use whatever your ui library provides for reuse. stick a classname string in a variable and you have a class. use a component and it just contains all its styles.

unless you mean that if you look in the inspector you see a mess of classnames. I don't have a solution there

load more comments (7 replies)
load more comments (13 replies)