collinsworth@hachyderm.io ("Josh Collinsworth") wrote:
If I'm just writing vanilla CSS, I can add a class to x things, and instantly be able to change them all at once. No further setup.
But if I want to maintain that same ability with Tailwind (which, believe me, you'll want sooner or later), you're railroaded into over-relying on components instead of just making markup.
That's not necessarily bad, but...it *is* a lot of context switching, and again, incentivizes architecture decisions that might not otherwise be sound.