Blog — Flow
Releases, architecture notes, and the reasoning behind the decisions.
-
Flow
The Small Print of Feeling Fast
Flow navigates without a reload — but what makes an SPA feel right is the boring browser behaviour it usually throws away. Prefetch on hover, live elements carried across, scroll position that lands where it should, and one word to opt out.
-
Flow
Flow: One Class Is the Whole Feature
The reactive frontend without the second codebase. State lives on the server, patches stream over a WebSocket, and the API layer — the endpoints, the store, the types, the loading booleans — simply never exists.