I haven't seen this, and it does look pretty cool. I appreciate a take on the web component idea that's legitimately built around running on the server and sending down normal HTML. That said, while I'm also not a huge fan of web components as a dev pattern either. I tend to pass a bunch of parameters to my components and that's intrinsically kind of messy with HTML.
I'm also rotating in my mind the possibility of pulling some of my embed logic out into re-usable packages, and if I do that I'd like to make them as general-purpose as possible. The less I can lock them into the Eleventy ecosystem, the happier I am, and this seems very tightly bound to 11ty.
I haven't seen this, and it does look pretty cool. I appreciate a take on the web component idea that's legitimately built around running on the server and sending down normal HTML. That said, while I'm also not a huge fan of web components as a dev pattern either. I tend to pass a bunch of parameters to my components and that's intrinsically kind of messy with HTML.
I'm also rotating in my mind the possibility of pulling some of my embed logic out into re-usable packages, and if I do that I'd like to make them as general-purpose as possible. The less I can lock them into the Eleventy ecosystem, the happier I am, and this seems very tightly bound to 11ty.