Manfred Steyer

Manfred Steyer

Trainer and Consultant
GDE in Angular • Microsoft MVP

Trainer, consultant, and programming architect with focus on Angular. Google Developer Expert (GDE) and Trusted Collaborator in the Angular team who writes for O'Reilly, the German Java Magazine, and windows.developer. Regularly speaks at conferences.

How will Signals influence your Architecture?

One of the most popular new features of Angular is signals. As a lightweight, reactive building block, Signals allow fine-grained change detection and increase the data binding performance.

As is so often, the basics are quickly explained. But only then do the really interesting questions arise: How and where should I use Signals in my application? Do I need a store? What about the new NgRx SignalStore? Do I need to work with Immutables? When to go with Signals and when to prefer RxJS?

These questions are answered here with some examples! In the end, you know how to integrate Signals into your modern Angular architecture.