I wouldn’t get too excited about it to be honest. At one time they were also supporting Vue but it is now basically abandoned.
Vanilla JavaScript support for Tailwind Plus
41–50 of 202 posts
Re: Vanilla JavaScript support for Tailwind Plus
#42The world would be a significantly better place if someone could throw a small mountain of money at the Tailwind folks so that they can stop worrying about money and simply make the full tailwind experience freely available. There are so many lost opportunities for deep integration with other projects. Kind of like how Jeff Bezos threw a bunch of money at 37signals at some insane valuation, which helped them complete…
> Kind of like how Jeff Bezos threw a bunch of money at 37signals Honestly, I kinda feel like 37Signals would have been better off with the founders having someone to report to...
Re: Vanilla JavaScript support for Tailwind Plus
#43Earlier quoted context omitted.
> Kind of like how Jeff Bezos threw a bunch of money at 37signals Honestly, I kinda feel like 37Signals would have been better off with the founders having someone to report to...
How so? As an outsider, they appear to be a healthy business ans a good employer to work for?
Re: Vanilla JavaScript support for Tailwind Plus
#44I wouldn’t get too excited about it to be honest. At one time they were also supporting Vue but it is now basically abandoned.
Re: Vanilla JavaScript support for Tailwind Plus
#45Earlier quoted context omitted.
How so? As an outsider, they appear to be a healthy business ans a good employer to work for?
Didn't see today's DHH rant about talk therapy?
I have a diagnosed anxiety disorder and I’ve benefited GREATLY from talk therapy in numerous ways. I’m an advocate for therapy. I simultaneously stand behind his post as a healthy nudge for many.
Re: Vanilla JavaScript support for Tailwind Plus
#46Re: Vanilla JavaScript support for Tailwind Plus
#47Re: Vanilla JavaScript support for Tailwind Plus
#48I wouldn’t get too excited about it to be honest. At one time they were also supporting Vue but it is now basically abandoned.
They also had a figma design library that went away. Kinda silly if you want to get designers on the same page.
Re: Vanilla JavaScript support for Tailwind Plus
#49Earlier quoted context omitted.
When using Tailwind you’re likely to use something like React components, so your actual code is more likely to look like: Dropdown button … which is even better than what Bootstrap provides since you get type safety for component props (and more opportunities for customization than what Bootstrap allows)
Type safety is good, but the class soup inside the components is just abysmal. And honestly, more often than not I see it spilling out of the components and onto the page layouts. Design tokens are the one Tailwind feature I genuinely like. Everything else – kill it with fire. Just use whatever scoped CSS your stack does ( in Svelte/Vue, Emotion in React?).
The only "smart" thing about it is leaning strongly on using rem.
how can it spill out onto the page? it's inline css. The (rare) inline selectors target only descendants.
Truth is that it's winning over because it works best with LLMs. Inline soup works better than looking for styling on different files in the context of the project, so here we are.
Re: Vanilla JavaScript support for Tailwind Plus
#50Would this work with DaisyUI components?
I have a daisyui project too, so I might try this later.