Writing a simple JSX to HTML renderer
Most people associate JSX with React, but I really like using it as a general server-side templating language for creating HTML strings…
Funny how angle brackets represent the best (HTML tags) and worst (TypeScript generics)
I just cleaned up the design of posts in my feed. It looks better and I got to delete 44 lines of CSS 🚮 ✨
It's incredible how much simpler modern CSS is for doing complex stuff 🚀