Blog
Notes on building software
Practical write-ups on Node.js, React, Next.js, TypeScript, architecture, and performance. Separate from the client work on this site.
React.js
Feb 10, 202610 min read
Demystifying the React Compiler
React has historically relied on developers to manually memoize components. Discover how the brand-new React Compiler is automating UI optimization.
#React Compiler#React#Performance
Read article →React.js
Apr 18, 202612 min read
React Server Components: A Deep Dive into the Hybrid Model
React Server Components blur the line between server and client rendering. Understand the RSC payload, serialization boundaries, and how to architect apps that ship less JavaScript without sacrificing interactivity.
#React Server Components#RSC#React 19
Read article →