SVSDuX Vaultinsdux-vault.hashnode.dev·9h ago · 7 min readChapter 4 — Add and Edit Records Without Mixing Editor State with Shared Feature StateCreate and update forms may share one editor, but they make different promises to a collection. Create preserves existing records and appends one new identity. Update replaces one known identity witho00
SMShams Mukhtarinshamsmukhtar.hashnode.dev·4d ago · 27 min readRedux from First Principles: Architecture, Evolution, and a React TypeScript Bug TrackerRedux can look more complicated than it really is. Terms such as slice, reducer, dispatch, selector, Provider, and hook arrive all at once, and the relationship between them is not always obvious. The00
JSJayesh Sojitrainjayesh-sojitra.hashnode.dev·Sep 1 · 3 min readContext API vs Redux vs Zustand: When to Use EachState management advice online tends to be tribal — pick a side, defend it. In practice, these three solve different problems, and picking based on the actual problem (not popularity) avoids both over00
SMSubramanya M Raoinsubramanyarao.hashnode.dev·Aug 24 · 14 min readWhy We Rewrote an 88-Screen Legacy React Native AppPart 1 of 3. Part 2 covers the rebuild on React Native's New Architecture. Part 3 covers the five local native modules we converted to TurboModules. This first part is about the decision we had to mak00
BWBlogs Worldinankitkhoiwal.hashnode.dev·Aug 18 · 7 min readWe migrated a dashboard from Context to Redux mid-project. Here's what the postmortem actually said.Most "Context vs Redux" writing gets done in the abstract, before anyone has shipped anything. This one isn't that. This is what happened after a real internal dashboard outgrew Context, what we measu00
SVSDuX Vaultinsdux-vault.hashnode.dev·Aug 6 · 8 min readState Updates Need Policy, Not More MiddlewareState computation and execution authority are different problems. SDuX Vault uses a Policy Layer to decide whether a pipeline attempt may proceed, pause, retry, or terminate, while Behaviors handle th00
SVSDuX Vaultinsdux-vault.hashnode.dev·Jul 20 · 6 min readThe Fluent API That Makes State Interaction Predictable by DesignMost state libraries hand you a grab-bag of loosely related functions and trust you to wire them together correctly. SDuX Vault takes the opposite approach. A registered FeatureCell exposes one stable00
JCJasmine Charmaine Dueñasincebu-dev-journal.hashnode.dev·Jul 8 · 8 min readReact State Management in 2026: When Context API Is Enough vs When You Need Something MoreState management is one of those React topics every developer eventually has to make a real decision about, usually right when an application has grown too large to keep passing props through five lay00
SSubhransu894insubhransusekhar.hashnode.dev·Jul 2 · 3 min readRedux Toolkit Vs Context API - Which Should You Use ?Introduction State management is one of the most important aspects of building React applications. As applications grow, managing data between components becomes increasingly challenging. Two popular 00
SVSDuX Vaultinsdux-vault.hashnode.dev·Jun 30 · 2 min readIntroducing the SDuX Vault Pipeline VideoIntroducing the SDuX Vault Pipeline Video Today I'm excited to share something I've wanted to build for a long time — the first SDuX Vault™ video. It walks through the entire deterministic pipeline fr00