|
|
|
|
|
by monkey_monkey
1516 days ago
|
|
> in my experience things like Tailwind are mostly pushed by managers, not developers 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. |
|
you should avoid large dependency trees and if possible avoid the JS-ecosystem altogether, because these dependencies introduce security vulnerabilities routinely
we already have web components which support scoped styles, so you can just build a component once and reuse it everywhere else in your code
i'd love to hear more counter-arguments though