Skip to content
Malik Hamza Shabbir

Articles

Notes from building real things

Web, React and Next.js, AI and RAG, and mobile. Written from production work, not tutorials about tutorials.

FeaturedReact

React Compiler 1.0 Broke My Forms: Fixing React Hook Form with 'use no memo' (and When to Wait for RHF v8)

After enabling React Compiler 1.0, my React Hook Form fields stopped updating. Here is why RHF's mutation-based internals fight auto-memoization, the precise 'use no memo' scoping that fixes it, the eslint lint plus autofix that catches it, and a clear rule on whether to patch now or wait for RHF v8.

· 8 min read
React Compiler 1.0 Broke My Forms: Fixing React Hook Form with 'use no memo' (and When to Wait for RHF v8) - article cover

Building something similar?

I take on a few projects at a time: web apps, AI features, and mobile. Tell me what you are working on.

Start a conversation