News

A component platform from the W3C that allows websites to be constructed from standardized building blocks. Web Components comprise Custom Elements, Shadow DOM and HTML Imports and Templates ...
Working on a site that uses Web Components or JavaScript frameworks? Then you'll find practical value in learning about the Shadow DOM from this guide.
Minze is a modern JavaScript library that abstracts many of the difficulties of writing Web Components with a minimal overhead (2kb minified and compressed) and good developer ergonomics.
Lit builds on Mozilla’s Web Components standard to deliver simple, compliant reactive front ends. In a world of sprawling tech alternatives, it may offer a clear path forward.
Vue.js, a JavaScript library for building interactive Web interfaces, has reached a 1.0.0 release status. Focused on the view layer, open source Vue.js leverages reactive data binding and ...
Google’s “What’s New in Web UI” Talk: Less Custom Component JavaScript, More Web Standards Jun 08, 2025 2 min read ...
To set the properties on a component from HTML, you just add attributes to the component's element that match the names of private properties in your component. To make these private properties ...