Uncategorized

Angular Signals

Photo by Eliobed Suarez on Unsplash tldr; For years now, Angular developers have been working with observables and state management libraries to make their applications reactive. Everyone has an opinion, and there have been a lot of different implementations. Recently, however, the Angular team released an official path forward for reactivity in Angular apps: Signals. What are Signals? …

Angular Signals Read More »

Boost Your App’s Performance by Wrapping Your Functions Inside a Pipe

The purpose of this article is to provide you with a small, strongly-typed utility pipe that you can easily incorporate into your project to improve its performance. This article will also provide the solution for challenge #9 of Angular Challenges, which is intended for intermediate-level developers seeking to enhance their understanding of pipes. If you …

Boost Your App’s Performance by Wrapping Your Functions Inside a Pipe Read More »