Me

RSC are "the future", they said

A blog about the traumas of living on the bleeding edge of React and Next.js 💀

Latest Articles

The trap of parallel Server Actions in Next.js

The trap of parallel Server Actions in Next.js

Plot twist: they don't exist. I treated Server Actions as a drop-in replacement for API routes and got bitten — they run serially, and setting a cookie in one secretly re-renders your whole layout.
Why I keep reaching for Convex

Why I keep reaching for Convex

After two projects built on Convex, I finally understand why it clicks. It is not just a database. It is a different way of thinking about your whole backend.