UI/Component libraries known to work with Preact? #4559
IngwiePhoenix
started this conversation in
General
Replies: 1 comment
-
Do you mean Radix? Some have gotten good use out of Shadn and/or Radix, though Radix specifically reaches quite deep into React internals and may not work in all cases (the React team has publicly stated what Radix is doing will break between React versions, FWIW). React95 I've also seen mention of. I think I prefer Tailwind (well, twind) and writing components myself though, so that's just what I've heard from others. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
Simple question out of curiosity, since most of the entries in
awesome-preact
are either outdated or outright archived: Are there any known good UI or component libriaries that work with Preact?TailwindCSS technically does, but it's "just" CSS anyway. I'd love to not having to write a whole lot of components from scratch and most frameworks break sooner or later against preact/compat (I tried with schadcn-ui but Redux does not test their stuff against preact, so I ended up running into several issues and had to switch to React; making my bundle size explode from 60kb to 600...)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions