11 ms·
I, having decades of frontend development experience, asked this of my VP once. He said no designers would work for us if we did this.
by BillSaysThis 2y ago
I, having decades of frontend development experience, asked this of my VP once. He said no designers would work for us if we did this.
- danpalmer 2y agoCan you give any more insight as to why? Designers always seem to want to build design libraries, I don't understand why they wouldn't want to use a common API as the basis for that so that there's a contract of sorts with developers.
- sleiben 2y agoI would assume their thought is, that it limits their creative spirit and in general is too technical. But they start (as 2 people teams) on figma a complete own design lib with a lot of variables and custom components which look the same like any other lib.
- emayljames 2y agoThings like Tailwind take the core concepts of bootstrap and build and improve on it on a grand scale. It is like comparing jQuery (bootstrap), to React (tailwind).
- dartos 2y agoTailwind and bootstrap are near opposite approaches to frontend design … What’re you on about?
- rafram 2y agoPeople really do sell Tailwind as if it’s a Bootstrap-like framework. I think that’s why so many sites (see: most startups) have a very similar “Tailwind look” now - everybody wants to use Tailwind because it’s hip, but nobody actually wants to write styles if they can help it, so they just copy-paste a very basic rounded-border-plus-shadow style onto all their components and call it a day. It’s a little better than the “Bootstrap look” because at least it doesn’t come with a default accent color that nobody will ever change, but man, it’s not that much better.
- dartos 2y agoAs a programmer (not a designer) I like tailwind bc I can keep my styles and markup in the same file. It’s a nice workflow. Idk what the “tailwind look” is. Tailwind is basically a bunch of css classes with a single rule per. I bet lots of startups are just using shadcn or something like it, which are bootstrap type big design frameworks