- From: Rob Eisenberg <notifications@github.com>
- Date: Wed, 08 Nov 2023 11:50:37 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 November 2023 19:50:43 UTC
It *may* lead to faster updates, if the browser is able to batch part updates via deeper integration with its lifecycle. That's an unknown and something that the prototype is seeking to answer. I think the traversal part is actually a benefit that framework authors want from DOM parts. With the declarative API in place, there won't be a need to traverse DOM anymore. You can simply call an API and the browser will give you the instanced template along with all the located parts in one go. This would not only eliminate code from many JS frameworks and libraries but also likely speed up the *initial* render times. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1035#issuecomment-1802549099 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1035/1802549099@github.com>
Received on Wednesday, 8 November 2023 19:50:43 UTC