I'll still be looking for Web Component news big and small, and interesting projects that make use of WC so feel free to tweet or DM with anything you've been working on. Thanks!
Almost there 😄 SWTL will be able to SSR custom elements. The customElementRenderer is pluggable, so it supports @buildWithLit , but could probably support @enhance_dev `CustomElement`s as well, or other custom element renderers
I think this is great news. The core components will remain free and open source, but there's now a business model that will ensure the project gets the investment it needs and deserves to continue to be developed and maintained into the future! Happy to be a backer.
Did you know you can stream HTML out of order without any JavaScript at all?
A put a little blog post together explaining how: lamplightdev.com/blog/2024/0…
See a demo: ooo.lamplightdev.workers.dev…
Supported in Chrome and Safari, and in Firefox in a month or two.
Time to talk about the future of Shoelace.
It's been more than two years since the beta release of Shoelace 2.0, which was the first version of the project to ship Web Components…
👇 cont'd
Time to talk about the future of Shoelace.
It's been more than two years since the beta release of Shoelace 2.0, which was the first version of the project to ship Web Components…
👇 cont'd
Hey.. so I found a way to author Declarative ShadowDOM just once for a given element and then reuse that DSD any number of times without having to rewrite it, without any build tools, and without any JavaScript.
Stating the obvious maybe, but the tendency for some discussions concerning contrasting opinions on Web Dev Twitter to devolve into arguments, sometimes personal, is very off putting for a lot of people, whether or not you're personally involved.
Lots of interesting food for thought here on component based architecture. To paraphrase, when all you have is a hammer everything looks like a nail. Looking forward to seeing ideas in this space breaking out of the current JS centric framework approach!
I've been playing with streaming Declarative Shadow DOM recently and it enables some pretty unique behaviour - e.g. enamel.pages.dev/ - a completely JS free, backend agnostic way to deliver your page shell instantly and progressively load in slotted content as it's received
If you're in the UK and care about browser choice and diversity please send a quick email today before 5pm (templates below) to let the regulator know your opinions. Here's what I sent: lamplightdev.com/blog/2022/0…#AppleBrowserBan
📢 VENNY ✨ (not very creative with names)
- Components to draw Venn/Euler diagrams on your web page in HTML
- Style via CSS props
- They are just custom elements so you can attach event handlers and work with frameworks.
pshihn.github.io/venn/