Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
We are pleased to announce the latest major version of the NgRx framework with some exciting new...
We are pleased to announce the introduction of the Events plugin for NgRx SignalStore, released as...
NgRx Signal Store is a lightweight and reactive approach to managing state in Angular applications....
Learn about what happened in the world of Angular last year
In the summer, I refreshed my NgRx skills by building a small application to handle my favorite...
Let's breakdown the diagram into logical sections, each focusing on one concept or step. What...
Giới thiệu Hello Anh Em. Trong quá trình làm việc, mình đã gặp phải một vấn đề khi cần...
My favorite Angular resources of October, 2024
You’ve probably faced this situation before – you’re adding a new feature to your app, and you...
Introduction Managing state in large Angular applications can become challenging. This is...
Discover how to master state management in Angular with NgRx Signal Store. This article explores the integration of Angular's Signals API with NgRx to create a powerful and efficient state management solution. Learn how to set up NgRx Signal Store, manage centralized state, leverage reactive updates, and utilize computed properties for derived state in your Angular applications.
Welcome to the final installment of our NgRx deep-dive series! In Parts 1 and 2, we covered the...
As developers, we’ve all faced those moments when our code doesn’t behave as expected, and we’re left...
Managing state in Angular apps can get complicated as your project grows. In this tutorial, we’ll...
I spent some time looking for a better way to expose signalStoreFeatures that require info from the...
Part 2: Structuring Shared State in Large Applications In Part 1, we explored the basics of NgRx...
Cet article est rédigé en français. Si vous souhaitez une version anglaise, faites-le-moi savoir en...
We found an insidious anti-pattern hiding inside our “helper” services: dispatching class instances and selecting raw state directly. Here’s how we refactored our NgRx layer, reclaimed performance, and kept strong typing—all with real code you can use today.
Hi everyone 👋 I’m a co-founder of a small software development company. Like many freelancers and...
If you've ever worked with NgRx Signal Store, you know it's a powerful tool for managing state in...
Update: NgRx Signal Store Enhancements. Dive into the latest improvements that merge Angular Signals API with NgRx for streamlined state management. This article details how to set up the updated NgRx Signal Store, leverage reactive updates and computed properties, and implement type-safe state modifications. Discover best practices for centralized state management and learn how these enhancements can optimize efficiency and scalability in your Angular applications.
NgRx v20 just dropped, and with it comes a shiny new feature: withLinkedState. Think of it like a...
In the complex world of NgRx state management three powerful stores can guide us: Global Store, vast and unifying; Component Store, swift and precise; Signal Store, reactive and efficient. But wielding them unwisely leads to an unmanageable state. Join this journey through NgRx best practices, avoiding pitfalls, and mastering scalability. Will your app stand strong or fall into disorder? The fate of state management rests in your hands!
J'ai passé du temps pour chercher un meilleur moyen d'exposer des signalStoreFeature qui nécessitent...
Angular's modular design and NgRx state management allow for the maintainable, performant, and...
State management in Angular is a tricky beast. If you're working on a serious Angular project, you've...
Structure your data like a DBMS (e.g., PostgreSQL, MySQL...) to ensure the scalability of your...
Live demo: StackBlitz · Source: GitHub I pulled together a hands-on Angular modern patterns...
Fixing checkbox state issues in Angular when using signals.