Useful details. No hype, no padding, no sales pitch.

Min Content is an independent studio run by CJ (Steven Yu), a web developer based in Taiwan. This site is the studio's technical publication, concerned with ideas that endure beyond particular tools, questions that deserve closer attention, and the decisions that shape how software is made.
It brings together essays, notes, code, and books—different ways of staying with a subject long enough to see it clearly.
Latest
View All ArticlesSemantics 翻成「語意」是好的中文翻譯嗎?
Runtime Semantics(執行期語意)…… 什麼鬼?
為什麼同一個值要存一份 state、又存一份 ref?latest ref pattern 與值的兩種時間語意
從 stale closure 出發拆解 React 的 latest ref pattern:為什麼同一個值需要 state、ref 兩份,寫入 ref 時機的完整比較,以及官方 useEffectEvent 的定位與限制
為什麼 TanStack Query 的 useQuery 沒有像 mutate 的呼叫型 lazy query API?我可以用 useMutation 讀資料嗎?
從前端和後端同步的心智模型,解釋為什麼用 TanStack Query 「讀資料」有時該用 useMutation