When building web applications, collecting and processing data can be challenging. This is especially true when data collection depends on user actions, and when information must be communicated across loosely coupled components. And setting up reactive bindings can be difficult.
By nature, web applications are "reactive". With RxJS and the new signals feature in Angular, we can leverage these reactive features to effectively collect, process, and display data.
In this talk, we examine what reactive programming means. We cover tips and techniques for implementing reactive programming in our Angular applications. And we walk through how to leverage reactive programming for working with data.
You will learn:
- Understand what reactive programming means
- Tips and techniques for implementing reactive programming in Angular using signals
- Leverage reactive programming for working with data