Blog posts with tag reactivity
Angular Signals + Firebase: Bye Bye RxJS?
2023-06-12•
4 min read
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?
Create a Simple Contacts App with Angular Signals (2/2)
2023-05-31•
9 min read
Let's continue with our Angular Signals introduction by building a simple contacts app.
Create a Simple Contacts App with Angular Signals (1/2)
2023-05-24•
6 min read
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!