Reading List
- Why I’m unreachable and maybe you should be too
Pieter Levels
•
27 Mar 2021
You may have noticed it’s practically impossible to send me a message anywhere. I did that on purpose so I can spend my time how I want to spend it. I don’t really use email and I have my direct message inboxes on every platform closed.
- Roll Your Own CSS-in-JS Library (1) - Introduction
yyjhao
•
7 Mar 2021
CSS-in-JS is an idea to tackle various issues with CSS by writing them in JavaScript (or whatever else that can compile to JavaScript, such as TypeScript). Some popular examples include libraries like styled component, emotion and JSS.