🎥 Video published
Building for the Future with Web Components
By Brynn Briedis
https://youtu.be/4fIlgolXPXg
DrupalSouth Community Day 2025

See other videos: https://drupalsouth.org/community-day-2025-schedule

#Drupal #DrupalSouth #OpenSource #DrupalCMS #Drupal11 #WebComponets

I'm pretty meh on frameworks for #WebComponets . The boilerplate isn't wild enough for me to inject some dependencies just to avoid a line or two. Also, a lot of them seem to be redundant with CSS module scripts.

HTML module scripts, please 🙏
#webStandards

In today's #WebComponets journey wishing that selectmenu was further along that I can use it. Alternatively, wishing that we can extend native elements or reuse an existing element.
@rauschma that's a fair assessment of #WebComponets. I would be remiss in pointing out that you don't _have_ to use declarative Shadow DOM. It's very possible to ship Web Components today without polyfills if you chose to be a bit more selective with the standards you use.
Working on #Microclients by dynamically loading #WebComponets. So easy and yet so powerful!