> Markdown version of [/events/world-congress-2025/sessions/801-client-side-state](https://www.wearedevelopers.com/events/world-congress-2025/sessions/801-client-side-state). Every page supports `.md` or `Accept: text/markdown`. Links point to the HTML versions so they work for humans too. Agent guide: [/agents.md](https://www.wearedevelopers.com/agents.md). --- # Client-Side State Management Reimagined – Think Outside the Box - **Date:** Friday, Jul 11, 2025 - **Time:** 11:40–12:10 (30 min) - **Room:** Stage 9 - **Event:** World Congress 2025 - **Tags:** angular, frontend, javascript, web standards ## Recording [Watch recording](https://www.wearedevelopers.com/videos/1682-client-side-state-management-reimagined-think-outside-the-box) ## Description Web frontend applications are optimized to render application state in the browser while updating changes as frequently as necessary but as rarely as possible to maintain high performance. SolidJS introduced Signals specifically for this purpose. Angular has also adopted this concept to track state changes reactively and update the DOM with pinpoint accuracy. In Angular, Signals serve as the synchronization mechanism between JavaScript and the browser DOM, replacing the currently used Zone.js library in the future. As a reactive API, Signals are also well-suited for client-side state management. The most popular libraries in the Angular ecosystem come from the NgRx namespace. This talk presents a brand new client-side state management approach that builds on this foundation while leveraging modern browser APIs. ## Speaker ### [Michael Egger-Zikes](https://www.wearedevelopers.com/@michael-egger-zikes) ANGULARarchitects.io - Trainer & Consultant ## Related talks at this congress - [Advanced Micro Frontends: Multi-Version and Multi-Framework Scenarios](https://www.wearedevelopers.com/events/world-congress-2025/sessions/501-advanced-micro) — Manfred Steyer - [The Journey of a Pixel in a React Application](https://www.wearedevelopers.com/events/world-congress-2025/sessions/890-the-journey-of-a) — Shem Magnezi - [Web-Fragments: incremental micro-frontends migration approach for enterprise](https://www.wearedevelopers.com/events/world-congress-2025/sessions/536-web-fragments) — Igor Minar, Natalia Venditto - [Marko.js: Unsung Hero of Scalable Web Frameworks](https://www.wearedevelopers.com/events/world-congress-2025/sessions/848-marko-js-unsung-hero) — Eugene Fidelin