8 min read#frontend
Architecting Zustand Stores at Scale
Why one big store collapses as your React app grows — and the store-per-domain pattern I use instead. With real examples from a 40+ screen production app.
read more
Long-form notes on shipping software. Shorter thoughts live on twitter.
Why one big store collapses as your React app grows — and the store-per-domain pattern I use instead. With real examples from a 40+ screen production app.
What breaks when your queue actually gets used. Idempotency, poison pills, Redis memory blowups, and the graceful-shutdown dance no tutorial mentions.
The build I wrote in two evenings now logs thousands of engineers into their campus ERP every day. What I got right, what I got lucky on, and what I rebuilt.