1

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?

pwf
  • 11
  • 1

1 Answers1

1

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.

mmotorny
  • 320
  • 1
  • 7