origami icon indicating copy to clipboard operation
origami copied to clipboard

Investigate what parts of Origami's component code could be replaced by Web Components code

Open chee opened this issue 6 years ago • 1 comments

For example, we need some code to handle the possibility of multiple versions of the same component trying to instantiate themselves on the same elements now that we no longer have a guaranteed flat tree.

This could be provided by the Custom Elements spec. Specifically customElement.define.

Investigate also how granularly we can polyfill the webcomponents spec so as not to cause too much of a weight on older browsers (https://caniuse.com/#feat=custom-elementsv1) that do not support web components natively.

chee avatar Feb 04 '20 09:02 chee

We've decided that this should be in the 2022 q1 okrs as researching/investigation

JakeChampion avatar Oct 26 '21 15:10 JakeChampion