- From: Justin Fagnani <notifications@github.com>
- Date: Wed, 19 Jul 2023 15:01:47 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 19 July 2023 22:01:52 UTC
There are two options: One, you write the DCE in the HTML served by your Python or Ruby or whatever server, and you use the component definition as a macro by reusing the custom element tag you just defined. The other is to implement deep-SSR by implementing the standardize HTML template system and expression language in your server language of choice. I would absolutely expect to see HTML template evaluators in the major programming languages - in fact, why would you expect _not_ to? -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/1009#issuecomment-1642814848 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/1009/1642814848@github.com>
Received on Wednesday, 19 July 2023 22:01:52 UTC