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…
Web Components – SPA(ß) auch ohne Frameworks? | Host Europe Blog
Der Vorteil der Web Components besteht darin, dass man ein allgemeingültiges Komponentenmodell erhält. Unser Experte erklärt Ihnen die wichtigsten Standards
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.
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
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.
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 ...
The problem with web components by Adam Silver, designer based in London, UK.
Web components are becoming increasingly popular but they have a number of drawbacks. In this article I'll explain what those are and what I recommend instead.
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.
The Power of Web Components - Mozilla Hacks - the Web developer blog
Web Components comprises a set of standards that enable user-defined HTML elements. These elements can go in all the same places as traditional HTML. Despite the long standardization process, the ...