PinnedReactivity in AngularThis article explains why we should build our Angular apps with reactivity in mind and how immutability helps with it.Jun 15A response icon11Jun 15A response icon11
PinnedAngular Signals: Best PracticesIn this article, I share my experience of working with Angular Signals after almost a year of using them.Mar 20, 2024A response icon9Mar 20, 2024A response icon9
PinnedImproving Code Reusability in Angular ProjectsIn this article, you’ll find recommendations on how to make your Angular components and services more reusable, maintainable, and scalable.May 3, 2024A response icon6May 3, 2024A response icon6
PinnedApplication State Management with Angular SignalsIn this article, I will demonstrate how to manage your application’s state using only Angular Signals and a small function.Jul 25, 2023A response icon3Jul 25, 2023A response icon3
Examples of linkedSignal() usage in Angular applicationsAngular 20 has been released, linkedSignal() is now stable, and I want to share my experience using this powerful function.Jun 6A response icon3Jun 6A response icon3
Starting a Modern Angular ApplicationIn this article, I’ll review the tools and options we have when creating a modern Angular app and which of them should be chosen.Feb 10A response icon3Feb 10A response icon3
Powering Angular with Rust (Wasm)This article explains how to set up and start using Rust in your Angular application.Jun 11, 2024A response icon5Jun 11, 2024A response icon5
Angular Inputs and Single Source of TruthIn this article, I’ll explain why the Single Source of Truth principle should be applied to components’ inputs in Angular.Apr 30, 2024A response icon1Apr 30, 2024A response icon1
Angular Signals, Reactive Context, and Dynamic Dependency TrackingIn this article, I’ll explain “reactive context” and “dependency tracking” in Angular Signals, and show how to avoid some related bugs.Apr 11, 2024A response icon8Apr 11, 2024A response icon8
Preparing our Code for Zoneless AngularThis article explains how to modify your code to make your library or app work without Zone.js.Mar 16, 2024A response icon3Mar 16, 2024A response icon3