SMSubramanya M Raoinsubramanyarao.hashnode.dev·4d ago · 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
KRKushal Rathodinmy-yaps.hashnode.dev·Jun 20 · 5 min readThe central storeSo ever thought, how does the settings page of the website automatically have your data ? Obviously, at some point, user data comes from the database. But do you think that on every page reload, every00
TTechKisinblogs.techkis.tech·Jun 12 · 4 min readReact Context API vs Redux Toolkit — Which One I Prefer and WhyState management in React can get confusing very quickly. At first everything feels simple. You keep state inside a component, pass props to children, maybe lift state up when needed. For small apps, 10
SKSahil Khuranaininnostaxengineering.hashnode.dev·Jun 3 · 6 min readRedux Thunk vs Saga: Choosing the Best MiddlewareHere's the situation that gets everyone eventually. Your Redux setup is clean. Actions dispatch, reducers update state, components re-render, the whole pipeline works exactly like it's supposed to. Th00