bundle(1/0)

Embed web components into static HTML

I’ve successfully published hundreds of articles using only a static site generator. Sometimes though, I itch to create reactive elements like I build at work with Angular. What is a developer to do? My needs are tiny, so here is a tiny way to get started. ℹ️ My intended goal is to supply a small number of custom web components for most pages on my website that I can inject via Hugo shortcodes.…