The “Hydration Flicker” Problem If you’ve built a Next.js app with authentication, you’ve likely run into the hydration mismatch problem — you store your JWT in `localStorage`, but since the server can’t see `localStorage`, it renders a logged-out st...