A few highlights/learnings #WebComponents
• “HTML Web Components" i.e. custom elements that add behavior to their innards, seems powerful and a good way to think about stuff (vs. full-featured self-rendering components with a rich API)
• Trying to stick to 100% utility CSS doesn't work. Or at least, it creates unnecessary complexity. I've been using my own utility CSS that is not like Tailwind, and it afforded a nice balance in utility CSS when it made sense vs writing CSS when it didn’t.