- From: Nicolas Gilbert <notifications@github.com>
- Date: Sat, 15 Apr 2023 03:47:32 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 15 April 2023 10:47:38 UTC
Web Components have been up to now mostly used as low-level, presentational components. Inside a modern app, there are other type of components that I usually categorise under "views". Common view type may include micro-apps, sections, tabs, modals, etc. (not talking about the actual tab and modal UI component, but reusable tabs and modals with large business flow inside) ``` App MicroApp1 Section1 Tab1 Tab2 Section2 Modal1 MicroApp2 Section2 Modal1 Section3 Tab1 Tab3 ``` I would like to get the community's opinions on possible use of WC as views. 1. Should we aim at making it possible for WC to be used as views? 2. Should those views use lightDOM? My own answers are: 1. Yes 2. Yes -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/998 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/998@github.com>
Received on Saturday, 15 April 2023 10:47:38 UTC