If anyone's looking for something like a framework that works with buildless workflows you might check out the project I work on: Lit ( https://lit.dev ) Lit gives you reactive components, declarative HTML templates, runtime encapsulated DOM and styles, interoperability with frameworks and HTML via web components, and a lot more - with no required build tools at all. We take great care to make sure our libraries are…
First of all, thank you for the work you have done on this, I love lit, use it all the time at work. One thing I struggle with from time to time is that if I have a web component created in lit, and somewhere inside I have a dependency that has some CSS, that CSS doesn’t seem to work when the web component is consumed by JS. The only workaround I found was to override the behaviour and instead of returning a shadow d…
Jealous! All I ever see are react shops, angular shops that are now 'legacy', and the odd place that uses vue.