Angular’s approach to reactivity is evolving. For years, RxJS was the standard. Then Signals introduced a simpler, framework-integrated model. Now, with Native Observables becoming part of the web platform, new questions arise: how do these pieces fit together? In this talk, we will explore the differences and common ground between RxJS and Native Observables, and examine what this means for the future of Angular and Signals. Beyond simple patterns like “events vs. state,” you will learn a practical model to decide when to use Signals, when Observables are more suitable, and where Signals are likely to replace them.