Kevin Schaaf

Results 38 comments of Kevin Schaaf

You're right, currently the LitElement ElementRenderer only supports rendering to shadow root; we haven't made a pattern for `render-lit-html` render `LitElements` that render directly to their light DOM. While we...

@justinfagnani Close as dupe of #3399?

The changes LGTM, and thanks for tracking down the `isMixinClass` bug, the change to thread it through looks right to me. It looks like we still need to fix the...

Awesome, sorry I missed that. LGTM'ed, and once that merges, hopefully we can get this merged.

@albertolobrano I'm not doing any active work on this currently. What @notwaldorf was referring to was a proof-of-concept I did a while back on a `` element: http://jsbin.com/setaci/5/edit?html,output. I don't...

Thanks for the input; I've added this to the list in https://github.com/lit/lit/issues/1983, which is tracking different use cases for SSR to support.

Seems like we just need to do the work of adding an "allow different initial data" flag that: 1. For child parts: 1.a. When value is a TemplateResult, detects when...

Per discussion today on the Open Eng Call, since the "flag" to opt-in to this more lenient hydration path is on the client, there isn't a straightforward way to thread...