Phil Zona Dot Net

A million ways to make computers do your bidding

Why I changed my mind about CSS-in-JS

The first time I wrote CSS-in-JS, I was following along with a tutorial on the GatsbyJS website. There were a handful of different libraries to choose from - Glamorous, Emotion, and I think a couple others - and I hated them all. This was before the rise of Styled Components, but... Read more →

Read More →

ES6 template tags

One of my favorite ES6 features is the template literal. At face value, they're maybe not the most impressive thing in the world. But they do a lot for code readability, and, if you use them consistently, can be a helpful way to make sure you're sanitizing user inputs before send... Read more →

Read More →