How about officially supporting Solid.js? #2262
Replies: 70 comments 17 replies
-
|
Bumping this, cause it's something I would also love to see! 🥳 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Very good idea! I'd also love to see ShadCN for SolidJS. |
Beta Was this translation helpful? Give feedback.
-
|
+1 Couldn't agree more! |
Beta Was this translation helpful? Give feedback.
-
|
This would be awesome! |
Beta Was this translation helpful? Give feedback.
-
|
Any update from the maintainers of this repo? |
Beta Was this translation helpful? Give feedback.
-
|
There are alternatives out there but the component parity is lacking. Really hopeful for official support! |
Beta Was this translation helpful? Give feedback.
-
|
Would love this as well! |
Beta Was this translation helpful? Give feedback.
-
|
Reporting here for official SolidJS support. It'd be awesome and open lots of doors. While there are good alternatives they are still lacking. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
Would love to! +1 |
Beta Was this translation helpful? Give feedback.
-
|
The concept of solid.js coincides with shadcn-ui. A natural couple. looking forward to official support! |
Beta Was this translation helpful? Give feedback.
-
|
Would love this! +1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
@Souvlaki42 @shadcn can we lock this conversation which is basically an endless flow of +1? Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 lol 👍 |
Beta Was this translation helpful? Give feedback.
-
|
The main problem is not in adopting shadcn, but porting headless part of radix UI. Looking at the experience of Kobalt UI maintainers it's not just adopting HTMLAttributes, there are lots more things. |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1. solidjs and shadcn/ui are both excellent frameworks. I hope they can be combined. |
Beta Was this translation helpful? Give feedback.
-
|
+ 1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
someone needs to fork baseui and keep it updated for solidjs |
Beta Was this translation helpful? Give feedback.
-
|
For anyone interested in an unofficial (for now) port of Base UI for Solid: I’ve released the first iteration of what is intended to be a one-to-one, 100% DX-compatible port with v1.0.0-beta.1: msviderok/base-ui-solid There's also a showcase demo that demonstrates its usage for demos and layout for the whole website (if you switch the framework toggle). All I did was:
Interfaces for the components are supposed to be identical. |
Beta Was this translation helpful? Give feedback.
-
|
Hello all 😄 I just released Zaidan which is a port of ShadCn to SolidJS, it is based on Kobalte (which is like Radix for SolidJS), and I plan to add the base-ui port from @msviderok too (I already have the placeholder with a I invite you all to try it out, I implemented the same customization that we have today on Shadcn "Create" page (base-color, theme-color, etc). Installation instructions are available for Astro, Tanstack Start, Solid Start & Vite. Can't wait to have feedback 😃 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wandering how about adding support for Solid.js? Is the closest alternative to React that I can think of. I was trying to migrate my React app using Shadcn UI to Solid.js and the only real problem I faced is that the custom components I was previously using had some React specific features like HTMLAttributes and forwardRef. There is already an unofficial port for Solid I just need something more official if possible.
Edit: React 19 and Next 15, deprecated forwardRef which could make the transition easier but it would still be nice for an official port to exist. Also this is one of the reasons as of why we need a framework agnostic way to build libraries nowadays.
Beta Was this translation helpful? Give feedback.
All reactions