Drow.js: A Practical Look at the Tiny Web Components Library

If you've built a Web Component before, you've probably written something like this:

class MyComp extends HTMLElement {

constructor() {

super();