#Solid App to Web Component (js file)

10 messages · Page 1 of 1 (latest)

buoyant finch
#

I'm making a single page app in solid and Vite.

Can I build my entire solid component to Web Component (single js file) ?

I don't want to change each component to web component, i have a lot of components.
Should I change each component to web component manually?

formal viper
#

You only need to export the app as a web component, if you don't want to re-use the parts in separation.

buoyant finch
buoyant finch
formal viper
#

Oh, sorry, outdated link, I suppose.