Full Stack Web Development

T05 RxJS + Signals in Angular

08/08/2023

9:30am - 10:45am

Level: Introductory to Intermediate

Deborah Kurata

Microsoft MVP and Google Developer Expert (GDE)

Consultant, Speaker, Author

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