3 entries
Writing
Notes on frontend architecture, interface motion, and the systems underneath data-heavy applications.
- Architecture, Forms3 minOne schema, three consumersData collection forms rot when the field rules live in the input, the submit handler and the API at the same time. A single declarative source fixes the drift.
- Architecture, State3 minState machines for unreliable networksBoolean flags describe a UI that is always online. A finite state machine describes the one your users actually have.