-
@Rich_Harris @robwormald @ryanflorence @_developit @slightlylate I recently wrote a blog post talking about SSR-ing web components with declarative shadow DOM and hydration, as well as how to do it in a standardizeable way. I used tweets as an example, but a share button could work similarly. blog.dwac.dev/posts/html-fragments/
-
@Rich_Harris @robwormald @ryanflorence @_developit @slightlylate I'm not 100% on what you're envisioning for
<twitter-share>
and my post probably doesn't exactly line up (it SSRs light DOM for instance which doesn't seem like what you're going for here).