Contributed to open source
It's been a few years since I last played with Clojure(Script).
With the current support for web components on most browsers, I was wondering if this is something that would be easy to take advantage of with ClojureScript. Turns out it's not so easy, so, as a weekend project, I made this small library to help author web components with ClojureScript.

There's a few caveats with it since ClojureScript can't emit ES6 classes. But it works for the most part!