Is CSS-in-JS actually bad?
Or "why I made a CSS-in-JS library in 2023"
Jan 22, 20239 min read7.1K

Search for a command to run...
Articles tagged with #javascript
Or "why I made a CSS-in-JS library in 2023"

Why wasn't everyone doing it this way all along?

The redesign for MDN web docs went live yesterday. But what's a redesign if not polarizing? Just look at the comments on their twitter and github. Problems Personally, I mostly like it, even if only for the inclusion of dark mode. From my initial exp...

When building a component or a webpage, you can get pretty far with just HTML and CSS but you'll often find yourself hitting a wall when you want to add interactivity or make things dynamic. Of course this is where JavaScript comes in. But maybe it s...
