Blog

Writing on frontend
engineering

Practical articles on React, performance, architecture, and the craft of building great web products.

React · Next.js · Performance

Why React Server Components? The Problem Nobody Fully Explained

You've been using Next.js for a while. You know getServerSideProps, you've seen 'use client'. But do you actually know why RSC exists?

18 min read
Performance

Webpack → Vite: how we cut build times by 70% in a production React app

Step-by-step migration, real config diffs, and the gotchas nobody warns you about.

6 min readComing soon