Category archive

#reactivity

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

The data should just flow

TLDR: just use React compiler

Signals in React? Not a good idea

The problem of merging two opposite models

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.