Articles
01
A focused archive of Engineering notes, implementation decisions, and practical development lessons.
Before adding a store, I classify state by ownership, lifetime, and consumers: local UI, URL, server-owned data, or genuinely shared client state.