-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declarative Custom Elements/HTML Modules/HTML-in-JS - February 2024 #79
Comments
WCCG Breakout: Declarative Custom Elements/HTML Modules/HTML-in-JS |
Agenda:
Questions:
|
Thanks everyone for joining in the conversation today! Really great input all around. We started to gather some bolded use cases in our meeting notes, available here. Our current next steps are as follows:
Meeting chat hidden within...You Imo HTML modules is "make .html files be able to hold stuff in a modular way" and DCE is "the stuff inside HTML modules"? So HTML modules could be useful as just HTML includes right? But the concept of an "element module" or "custom element module" is specifically focused on defining and exporting (to both other JS and element modules) custom elements in a HTML-first format (JS being optional).
for something super simple where the only dynamic thing is attrs/props re-rendering it might be less bytes. for more complex logic DCE might end up being more bytes
+1 use import attributes to specify that JS should be disabled for the imported module? +1 to understanding what's the use case for HTML modules without DCE.
|
Opened issue to track proposals for demo day: |
At the WCCG's February Meeting (#77), we resolved to hold a breakout session specifically focusing on gathering use cases and proposals to present to implementors in the April Quarterly Face-to-face. Here we're looking to get this session scheduled and gather an agenda for the conversation.
If you'd like to participate, please use this link to share your availability between February 21st and February 28th for this session. It would be great to have a consensus meeting time by February 16th at the latest.
I know that @EisenbergEffect, @trusktr, @sashafirsov and more have some prototypes that could lead to solid proposals in this area...hope to see you there.
The text was updated successfully, but these errors were encountered: