Category archive

#react

Articles tagged with react, covering implementation details, architecture, and product tradeoffs.

My React ecosystem stack in 2026

Stabilization as a feature

The present and the future of SPAs in React

Single page applications for the win

Common React libraries architecture

The ecosystem under the hood

The data should just flow

TLDR: just use React compiler

Signals in React? Not a good idea

The problem of merging two opposite models

Create React App Post Mortem

Press F to pay respects

React as a UI language

What is React?

React may be missing the point of React

or the two biggest problems with it today

My React ecosystem stack in 2025

The tools I used for production apps

Reasoning about the useEffect wrong usage

or the only real problem with useEffect hook

Lifecycle doesn't exist in React with hooks

About common mistakes and misconceptions

Async derivations in React

Until React 19, it did not a primitive way of solving async derivations, now it's solved.