Big W for Web Components
October 16, 2024
Quick review: If you don’t regularly work with Web Components, the term “Shadow DOM” might sound a little more kinky than the topics we normally cover. But fortunately (or unfortunately?), Shadow DOM is simply a part of the Web Components spec that provides a way to scope CSS styles to a specific DOM subtree, then isolate that subtree from the rest of the document.
A quick overview of the declarative Shadow DOM, which enables server side rendering of Web components. Now widely supported in browsers.