SCSonali Choudharyinredux-persist.hashnode.dev·May 22 · 8 min readSetting Up Redux Toolkit with Redux Persist in a React + TypeScript AppIf you've ever built a React app where the user fills out a form, refreshes the page, and loses everything — you know the pain. State that lives only in memory disappears the moment the tab reloads. T00
SCSonali Choudharyinstop-re-render-hell-in-react.hashnode.dev·Jul 18, 2025 · 18 min readThe Silent Performance Killer in React Apps: Why Your useState + useEffect Pattern is Destroying User ExperienceHow modern data fetching patterns eliminate re-render hell and transform application performance Introduction: The Hidden Cost of "Clean" Code Every React developer has written this code. It looks clean, follows best practices, and passes code revie...00