Latest Posts
The Silent Failures of React Compiler

React Compiler is powerful, but it often fails to optimize silently.
"use server" Is an Export, Not an Annotation

It does not mean runs on the server. It means every export becomes an HTTP endpoint, and mine handed 31 private repos to a bare curl.
Stop Fighting z-index: Stacked Layers with React Portals

A layering trick we picked up from studying DoorDash's DOM while building a design system, and the version I eventually ported into this blog.
Get Access To Children's Functions from Parent Component with React Hooks

One way to expose Children Components in React.
