Hacker News new | ask | show | jobs
by hobofan 917 days ago
> Why does Tailwind not build framework agnostic UI components?

They do. As part of the original TailwindUI product you get UI component templates where you can choose between React, Vue or plain HTML (= framework agnostic!) versions of the source.

However the React version is essentially a big monolithic template, which is what they are trying to address with Catalyst, where those templates are being split up into components (+ other improvements).