Articles

All of my long-form thoughts on programming, open source, infrastructure, and more, collected in chronological order.

Next 16: The Future of Next.js

Next 16 is the latest version of Next.js, it is a major release that brings many new features and improvements.

Read more

React 19.2: The Future of React

Explore the latest features in React 19.2, including the new Activity component for controlling app visibility and performance, and useEffectEvent for handling external system events.

Read more

Web Performance Optimization in Next.js

Web performance describes how fast or slow a web app is. It is crucial to application development. A highly optimized web app is quick, appeals to users' experience, and leads to improved product conversion rates and high search engine ranking.

Read more

React Server Components

React Server Components (RSC) represent a paradigm shift in how we build React applications. Released as an experimental feature in December 2020, RSCs are now a core part of the React ecosystem, especially with the rise of frameworks like Next.js that leverage this technology. In this blog, we'll explore some of the best technical resources on React Server Components, complete with code examples to help you understand the concepts better.

Read more