Our Blog

Notes from the work

What we have learned building and rescuing products for SaaS companies and startups — architecture, AI, security, delivery. No listicles, no reheated press releases.

Frontend

React State: Choosing Where Data Should Live

Most React state problems are placement problems. The five places state can live, how to tell which one you need, and why server data does not belong in a global store.

Read