I know Cobalt has a list of supported features (https://cobalt.foo/development/reference/supported-features.html)
but the list of Web APIs seem small. Does Polymer/lit-element work with Cobalt?
I know Cobalt has a list of supported features (https://cobalt.foo/development/reference/supported-features.html)
but the list of Web APIs seem small. Does Polymer/lit-element work with Cobalt?
Cobalt doesn't support custom elements, shadow DOM, or HTML templates. That said, I believe it's possible to make lit-html and lit-element to run on Cobalt with some creative polyfilling and source hacking.
Cobalt is known to run production apps written with Angular. If I'm not mistaken, I've seen a React prototype too.