|
|
|
|
|
by ushakov
1516 days ago
|
|
in my experience things like Tailwind are mostly pushed by managers, not developers the managers see how simple it is to build complex UIs in Tailwind and then project it into how much resources they can save their company and how quickly they'll be able to iterate on design a major problem with projects that are built with tailwind is that the code produced is unmaintainable, unreadable spaghetti you can even see it on their own home page if you scroll down a couple sections https://tailwindcss.com tailwind also requires a build system and introduces 500+ npm dependencies, which is a huge security risk personally i think Tailwind is a solution looking for problem and would avoid it at all costs |
|
In my experience, Tailwind adoption is pushed hard by engineers who use it on side projects and see how delightful it is to use.
And if you think it's unmaintainable, maybe you should explain why you feel that way (apart from your clear distaste for it). My counterpoint is that it's amazing to be able to pick up a project after months or years and instantly understand what's going on.