TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tailwind Is an Anti-Pattern

4 pointsby talboren9 months ago

2 comments

CITIZENDOT9 months ago
This article doesn&#x27;t consider reusing similar components. For example, you want to use the purple button with a shitton of classes at multiple places. You don&#x27;t always define the classes. Design a component (I know react, so using it&#x27;s terminology), and use that. It&#x27;ll be much easier to read&#x2F;write and maintain that single component.<p>And article also says tailwind is the safest way to remain a beginner in CSS. I agree with this. But again, tailwind is not for someone who doesn&#x27;t know CSS. It&#x27;s not a magic UI framework. You have to know CSS. Tailwind is just a way of writing CSS without stylesheets.
meiraleal9 months ago
CSS is great now, tailwind is an unnecessary overhead.