- From: Justin Fagnani <notifications@github.com>
- Date: Tue, 16 Jul 2019 11:02:45 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 July 2019 18:04:16 UTC
@caridy I think Rich's criticism is more about laziness than visibility or connectedness. In many "over the top" frameworks you can give a component some children, and that component can decide whether or not to even create the DOM for those children. With web components, if a component has children, they're necessarily already instantiated. I think the solution there is to recognize that `<template>` is the lazy operator for HTML. A component can receive template children and clone them on demand. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/817#issuecomment-511923466
Received on Tuesday, 16 July 2019 18:04:16 UTC