[WICG/webcomponents] DOM parts use outside of <template> seems unlikely (Issue #1035)

As currently proposed, DOM parts makes it easier to build templating solutions using `<template>`. However, in reality, most templating solutions are intended to be used both in the client and on the server to produce initial HTML (aka "SSR").

As such, builders of templating libraries will need to build 2 implementations, one that uses DOM parts and one that does not. This makes the proposal a dead-end in my opinion. Most templating libraries will choose to build one solution that works in both contexts.

Given the amount of work needed to build this API, and the limited utility, it needs to be discussed if the work is worth the effort and long-term maintenance requirements.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1035
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1035@github.com>

Received on Tuesday, 7 November 2023 19:01:46 UTC