Blog posts with tag reactivity

Cover Image for Angular Signals + Firebase: Bye Bye RxJS?

Angular Signals + Firebase: Bye Bye RxJS?

I built a simple contacts app recently with Angular signals and firebase and discovered that I didn’t actually need to use RxJS at all. The app does everything that a typical CRUD app should do - so this got me thinking - with signals do we even need RxJS anymore?

Cover Image for Create a Simple Contacts App with Angular Signals (2/2)

Create a Simple Contacts App with Angular Signals (2/2)

Let's continue with our Angular Signals introduction by building a simple contacts app.

Cover Image for Create a Simple Contacts App with Angular Signals (1/2)

Create a Simple Contacts App with Angular Signals (1/2)

The Angular team has introduced a set of new reactive primitives in v16 called Signals. In this article, I'm going to introduce you to the concept of Angular Signals and we're going to build up a simple contacts app using signals and material components!

Back to the blog