Declarative Shadow DOM #51
Labels
optimization
Because speed, memory consumption, and bundle size are important
priority: high
Although it's not part of the milestone, it's urgent and must be resolved
from https://www.wiktorwisniewski.dev/blog/exploring-declarative-shadow-dom
Seems I have misunderstood that DSD doesn't solve CLS issue. I wonder if there's pseudo-code or step-by-step sections on how DSD works 🤔
If this works then I don't need the current
<slot>
hack. Still, I need to figure out how portal and conditional rendering (#7) would looks like.For now I can use polyfill to continue the development then figure out the semantics of conditional and list rendering would looks like.
The text was updated successfully, but these errors were encountered: