AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Web Components - What Makes Them First Class Citizens?
I was a big, big web components proponent and I solid it. The reason solid doesn't have components today is because of web components. Our first version of suspense worked with web components. Like it actually was able to graph the elements and stick them on an off screen document so that we could trigger the right dom events and make it work. That doesn't happen anymore. We do have solid element, which makes a really easy wrapper. And we do support stuff like our event delegation works through bubbles through the web component boundaries.