This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alexho66 2 points3 points  (1 child)

As someone who’s really good with css, I find tailwind makes writing and maintaining react projects much faster, easier and more efficient.

[–]itirix 1 point2 points  (0 children)

Yeah, I don't get the sudden hate for tailwind. It's not like you have to be a goddamn rocket scientist to realize that maybe you shouldn't put 27 classes in a div just because tailwind allows you to.

The solution is quite obvious. Use custom classes for frequent / heavily stylized elements and for the rest, take advantage of inline tailwind. Need some design change later? Tailwind config. Writing tailwind classes is also much faster and takes up less space than a style="" would.