WebComponents

251 bookmarks
Newest
Igalia Chats: A Lighter Shade of DOM | Igalia - Open Source Consultancy and Development
Igalia Chats: A Lighter Shade of DOM | Igalia - Open Source Consultancy and Development
Igalia is an open source consultancy specialised in the development of innovative projects and solutions. Our engineers have expertise in a wide range of technological areas, including browsers and client-side web technologies, graphics pipeline, compilers and virtual machines. We have the most WPE, WebKit, Chromium/Blink and Firefox expertise found in the consulting business, including many reviewers and committers. Igalia designs, develops, customises and optimises GNU/Linux-based solutions for companies across the globe. Our work and contributions are present in many projects such as GStreamer, Mesa 3D, WebKit, Chromium, etc.
·igalia.com·
Igalia Chats: A Lighter Shade of DOM | Igalia - Open Source Consultancy and Development
Why lit is 🔥 - iO tech_hub
Why lit is 🔥 - iO tech_hub
Every day a new JavaScript library is born, every week a new framework arrives and every month a front-end developer needs to rewrite a date picker 😢 LIT is a modern library for creating component libraries, design systems but also sites and apps. LIT components are web components and as such work anywhere you use HTML.
·techhub.iodigital.com·
Why lit is 🔥 - iO tech_hub
Shadow DOM and the problem of encapsulation
Shadow DOM and the problem of encapsulation
Web components are kind of having a moment right now. And as part of that, shadow DOM is having a bit of a moment too. Or it would, except that much of the conversation seems to be about why you sh…
·nolanlawson.com·
Shadow DOM and the problem of encapsulation
The elevator pitch for Web Components
The elevator pitch for Web Components
I’ve worked with Web Components a little bit over the last few, but really struggled to understand the use case for them. Until this week. Between Jeremy Keith’s article on HTML Web Components, plus using one for a client project with NASA, something just clicked in my brain finally. I’m now convinced that they’re the best way to author DOM manipulation libraries. Over the last few days, I converted half a dozen old JS libraries of mine to Web Components.
·gomakethings.com·
The elevator pitch for Web Components
Introduction to Vanilla Web Components
Introduction to Vanilla Web Components
Web Components constitute a set of web technologies that enable the creation of reusable and customizable elements for user interfaces. In this article, we will specifically explore Web Components written in vanilla JavaScript, without relying on any additional framework or library.
·tomascornelles.com·
Introduction to Vanilla Web Components