- 🇺🇸United States cosmicdreams Minneapolis/St. Paul
Hey gang, if ✨ Add Single Directory Components as a new experimental module Fixed becomes an experimental module for Drupal 10.1, would it be appropriate to revisit this question? I haven't spent a lot of time reading through / understanding the feature, but my read of the issue thread is making me hopeful that we might have support for ANY kind of component in core, including Web Components.
- 🇺🇸United States cosmicdreams Minneapolis/St. Paul
Last year, I built a fun but complex web component that would be a good test of single directory components / storybook integration and the whole stack of concerns.
The challenge ahead
- Can we parameterize inputs like type of Pokemon?
- Can we support external libraries like svelte / lit without loading them once per component
- Does SDC support work for various ways a component can be implemented? Svelte / Vue / lit / vanilla (just off the top of my head)
- And how does implementing the component work for frontend devs