Replies: 1 comment
-
No, I don't think you are missing anything – you seem to have a good grasp on the concepts. Consider reading the documentation page about extracting components if you have not done so already. This addresses the concepts of BEM and others and reinforces your points. Here are some X/Twitter threads by Adam Wathan (creator of Tailwind) that supports your points: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my company we had a discussion about coding standard. Almost all developers love tailwind but the majority don't like this huge collection of utility classes.
So they prefer using BEM classes and write code with @apply.
Example:
I've found this idea horrible because:
For that reason I believe either go with the utility classes approach or simply stay on classic BEM/CSS. I would like to know how more experienced tailwind developer think about it. Is there anything I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions