Other attributes
Wikidata ID
From an architectural point of view, a Component is a reusable part of a codebase that contains both UI and code. This concept is at the base of a lot of modern front-end frameworks like React or Angular. Web Components is a suite of native technologies that let developers create Components without the help of any third-party libraries, to use in their web pages and web apps.
Shadow DOM: This technique is useful if the web components should not be affected by the DOM outside the component itself.
Timeline
No Timeline data yet.
Further Resources
No Further Resources data yet.