Notes on building things

On frontend work, development process, and decisions that shape the code.

January 18, 2026

From class components to hooks, clarity and trade-offs

Reflecting on the shift from React class components to function components, and the trade-offs between explicit lifecycle clarity and composability.

From class components to hooks, clarity and trade-offs