WebComponents

251 bookmarks
Newest
Why it’s okay for web components to use frameworks
Why it’s okay for web components to use frameworks
Should standalone web components be written in vanilla JavaScript? Or is it okay if they use (or even bundle) their own framework? With Vue 3 announcing built-in support for building web components…
·nolanlawson.com·
Why it’s okay for web components to use frameworks
Web Components | MDN
Web Components | MDN
Unter Softwareentwicklern ist allgemein anerkannt, Code weitestgehend wiederzuverwenden. Für benutzerdefinierte Markup-Strukturen war dies bekanntermaßen nicht ganz so einfach. Denken Sie nur an das komplexe HTML- (sowie CSS- und Skript-)Konglomerat, das teilweise notwendig war, um benutzerdefinierte UI-Steuerelemente zu erstellen; und wie die mehrfache Verwendung derartiger benutzerdefinierter Elemente auf einer Seite zu einem völlig undurchsichtigen Wirrwar führen kann, wenn man nicht äußerst sorgfältig vorgeht.
·developer.mozilla.org·
Web Components | MDN
Why We Use Web Components | Brad Frost
Why We Use Web Components | Brad Frost
If I would have to list the main reasons why Web Components work so greatly for Duet Design System, it would be these four things: Tech-Agnostic Instead Of Tech-Specific In order to create modular interfaces, a design system needs to be technology-agnostic instead of technology-specific. Web Compo
·bradfrost.com·
Why We Use Web Components | Brad Frost
The Guide to Accessible Web Components - DEV
The Guide to Accessible Web Components - DEV
Web Components are a newly supported standard. They're a great match for Design Systems because they're futureproof and work with any framework. Building proper UI Web Components can be quite a task though, especially if you want them to be accessible. Here are some pointers on what to look out for.
·dev.to·
The Guide to Accessible Web Components - DEV
WebComponents: Native Komponenten fürs Web - ohne und mit Frameworks - Speaker Deck
WebComponents: Native Komponenten fürs Web - ohne und mit Frameworks - Speaker Deck
Der aktuelle Single-Page Application und der frühere Windows-Entwickler kennt sie seit „Ewigkeiten”: UI-Komponenten, oder Controls. Durch Kapselung erhalten wir modulare und wiederverwendbare Baukastenelemente, aus denen unsere UI-Anwendungen zusammengesetzt werden. Bisher mussten wir uns im Web eines SPA Frameworks bedienen – ob Angular, ReactJS, Vue.js oder Polymer. Doch keines dieser Frameworks wollte oder konnte so recht mit dem anderen zusammenarbeiten. Dies könnte sich in Zukunft ändern mit WebComponents. Diese beschreiben anhand von Standards wie CustomElements ein Komponentenmodell ...
·speakerdeck.com·
WebComponents: Native Komponenten fürs Web - ohne und mit Frameworks - Speaker Deck
Implications Of Thinking In Blocks Instead Of Blobs — Smashing Magazine
Implications Of Thinking In Blocks Instead Of Blobs — Smashing Magazine
What does Gutenberg bring to the future of WordPress? In this article, Leonardo Losoviz shares a number of implications of building sites through a component-based architecture (as the concept) and through Gutenberg (as the implementation), including what new functionalities it can deliver and how much better it can integrate with current website development trends.
·smashingmagazine.com·
Implications Of Thinking In Blocks Instead Of Blobs — Smashing Magazine