brijeshio.hashnode.devBuilding Custom Authentication in React: How I Structured MineWhen I first started working on my own authentication system in React, I kept bumping into the same problems:pages re-rendering too much, auth data not updating on time, or components shouting errors because they didn’t know the user yet. So I decide...Nov 26, 2025·4 min read