DEV Community

Discussion on: Webcomponents: It's really that easy!

Collapse
 
sroehrl profile image
neoan • Edited

Thanks. But I run these with neoan3 as this

  1. Gives me the possibility to generate the skeleton of a new custom element via cli

  2. Allows me to use server side variables with ease

  3. Provides me with a unified system when developing API/backend

  4. Serve/use without building process or development server

Edit: sorry. I now realize that your suggestion is targeted at somebody else.

Thread Thread
 
yurikaradzhov profile image
Yuri Karadzhov

It was, but in any case you have to have server to deliver your code. hqjs.org is the server that avoid bundling and ensure that you browser get as little code as possible to run your app. It might not suite if you want to serve your app let's say from github, but can do the trick in m any other cases.

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Looks interesting. In the past, I used Stencil.js, though. Might be replaceable with hqjs, (with jsx-to-html converter, just to avoid long html strings).

aloud-comments.web.app/