2022-11-28
|~1 min read
|109 words
In his blog post about his preferred file structure for React projects, Josh W Comeau distinguished between utility and helper functions…
2022-11-28
|~2 min read
|323 words
When I first started writing websites, I thought of a web page as a page. That is, a piece of paper. 8.5” x 11”. But that’s not how it…
2022-11-28
|~3 min read
|483 words
I keep hearing about CSS variables (or more properly, custom properties), but at work I’ve always used SCSS/SASS. Moreover, the variables…