#Solid App to Web Component (js file)
10 messages · Page 1 of 1 (latest)
There's solid-element.
You only need to export the app as a web component, if you don't want to re-use the parts in separation.
Is this right? It doesn't work.
You need to register the custom element in the JSX namespace.
I don't know what the error for '.MyApp' could be.
Quickly discover what the solid compiler will generate from your JSX template
It doesn't show web component example...