Latest articles
为 AMeng 创建个人网站的过程记录
这是我为我的老婆 AMeng(她是一位平面设计师)搭建个人作品网站的经历。这个站点最初是在 GitHub 上找到的一个开源项目,经过定制和优化后,最终部署在 Cloudflare 上。
Hello world: how I built this site
I originally built this portfolio site back in 2018, and since then it's evolved quite a bit. Recently I migrated from Create React App to Next.js and made some major upgrades in the process.
You (probably) don't need CSS-in-JS
Vanilla CSS is good now actually. Here's a couple nifty techniques for dynamically styling React components with CSS custom properties.