Is there a good vike+lit example? #1625
-
I'm working on web components build in Lit as a component library. Now I want to use it in my solidjs vike setup. Of course I can just import them on the client but how can I get SSR working. My approach:
In general, the interaction between vike, lit and solid is a bit vaguely. An example or a guide on how to use ssr-rendered web-components would be super helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Another way to do this is to use
Seems like a custom setting could work well here.
The |
Beta Was this translation helpful? Give feedback.
Yes that would work, although I ain't sure what the added value would be compared to that: