Talk
Debugging Angular SSR: Tales of Pending Task, Hydration, Race Conditions | Chris Holder @ NgIndia 2026

Description
Debugging Angular SSR: Tales of Pending Task, Hydration, Race Conditions
Angular SSR promises to improve your application Core Web Vitals and SEO, but it also introduces a layer of complexity. This session gives attendees the key concepts and practical techniques needed to migrate an Angular app to server-side rendering with confidence.
We will explore how Angular SSR works under the hood, with a focused deep dive into execution context differences between server and browser, the realities of running in two runtimes, and what “stability” means during SSR. You’ll learn how pending tasks—timers, intervals, unresolved async work, and subscriptions—can silently keep renders open and how to diagnose and prevent that. We’ll also cover hydration debugging: spotting mismatches, avoiding duplicated side effects, and fixing issues like flicker or full client re-renders that undo SSR’s benefits.

