- From: Matthew Phillips <notifications@github.com>
- Date: Wed, 19 Jul 2023 14:48:43 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 July 2023 21:48:48 UTC
The templating approach seems to me to be incompatible with server language agnosticism. This is a fundamental feature of the web that we should preserve at all costs. Instead of approach DOM manipulation from the perspective of templating; which inevitably leads towards "isomorphism" (the attempt to have the exact same code run in server and client), we should look to CSS which already successfully enhances HTML regardless of what backend technology was used to create it. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1009#issuecomment-1642800311 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1009/1642800311@github.com>
Received on Wednesday, 19 July 2023 21:48:48 UTC