Simon Willison’s TILs
Atom feed for web-components
Via Brian LeRoux I found single-file-web-component.html by Kristofer Joseph. It's really clever! It demonstrates how to build a <hello-world></hello-world> custom Web Component in a single HTML file, using some neat tricks. …
<hello-world></hello-world>