LOG_01FEATURED
React Server Components in Practice
When to reach for Server Components, when to keep Client Components, and how to draw the boundary without turning your app into a guessing game.
Mar 12, 20268 min read
REACTNEXT.JSARCHITECTURE
Notes on React, Next.js, TypeScript, and frontend architecture — practical write-ups from real projects.
When to reach for Server Components, when to keep Client Components, and how to draw the boundary without turning your app into a guessing game.
Feb 18, 2026
Primitives, composites, and templates — a three-tier model for React codebases that need to grow without rewriting every screen.
Jan 24, 2026
Eight checks I run before every production deploy — from bundle awareness to Core Web Vitals and the boring stuff that actually moves the needle.