[x] reuse HTMLTemplateElement (e.g. DOM shim) instead of manually wrapping - N / A
[x] refactor DSD render function implementation to avoid innerHTML usage (nice to have, otherwise could be a good first issue) - made its own issue, but of lower priority if we can get #108 working (since renders would only happen once) - https://github.com/ProjectEvergreen/wcc/issues/138
Related Issue
resolves #128
Summary of Changes
<template>
taginferredObservability
interopTODO
shadowRoot.innerHTML
we're still going to keep getting runtime warningsinferredObservability
hard dependency on- nope!constructor
(does it have to be though?)<style>
tag in JSX not supported - https://stackoverflow.com/questions/27530462/tag-error-react-jsx-style-tag-error-on-renderattachShadow
is needed as a hint for DSDreuse- N / AHTMLTemplateElement
(e.g. DOM shim) instead of manually wrappingrender
function implementation to avoidinnerHTML
usage (nice to have, otherwise could be a good first issue) - made its own issue, but of lower priority if we can get #108 working (since renders would only happen once) - https://github.com/ProjectEvergreen/wcc/issues/138