Articles by Tag #ngrx

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Announcing NgRx 19: NgRx Signals Features, Action Signals, and more!

We are pleased to announce the latest major version of the NgRx framework with some exciting new...

Learn More 97 4Dec 19 '24

Announcing Events Plugin for NgRx SignalStore: A Modern Take on Flux Architecture

We are pleased to announce the introduction of the Events plugin for NgRx SignalStore, released as...

Learn More 52 11May 12

Announcing NgRx v20: The Power of Events, Enhanced DX, and a Mature SignalStore!

Announcing NgRx v20

Learn More 36 4Jul 28

Using NgRx Signal Store for Scalable State Management in Angular

NgRx Signal Store is a lightweight and reactive approach to managing state in Angular applications....

Learn More 16 0May 19

The best of Angular: a collection of my favorite resources of 2024

Learn about what happened in the world of Angular last year

Learn More 15 1Jan 21

Simplify Your Angular Code with NgRx Entities

In the summer, I refreshed my NgRx skills by building a small application to handle my favorite...

Learn More 7 0Oct 27 '24

NGRX with Angular 16

Let's breakdown the diagram into logical sections, each focusing on one concept or step. What...

Learn More 6 0Nov 13 '24

[Angular, NgRx] Tối Ưu Hiệu Năng: Phân Tách và Quản Lý State Hiệu Quả Trong Ứng Dụng

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...

Learn More 5 0Jan 22

Angular Addicts #31: The new Resource API, effect updates & more

My favorite Angular resources of October, 2024

Learn More 4 1Nov 13 '24

Custom Store Features in NgRx Signal Store

You’ve probably faced this situation before – you’re adding a new feature to your app, and you...

Learn More 4 0Sep 8

State Management in Angular with NgRx: A Complete Guide

Introduction Managing state in large Angular applications can become challenging. This is...

Learn More 4 0Mar 26

Mastering State Management with NgRx Signal Store in Angular 🚀

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.

Learn More 3 1Feb 10

Advanced NgRx Patterns for Enterprise Angular Applications

Welcome to the final installment of our NgRx deep-dive series! In Parts 1 and 2, we covered the...

Learn More 3 0May 20

🚀 Learning Through Experience: A Tale of NgRx Effects

As developers, we’ve all faced those moments when our code doesn’t behave as expected, and we’re left...

Learn More 2 0Jan 8

NgRx Tutorial: State Management in Angular with Real-World Examples

Managing state in Angular apps can get complicated as your project grows. In this tutorial, we’ll...

Learn More 2 0Aug 31

NgRx SignalStore Hacks: Beautiful DX with Custom Features

I spent some time looking for a better way to expose signalStoreFeatures that require info from the...

Learn More 1 0Aug 4

NgRx State Management Across Angular Modules

Part 2: Structuring Shared State in Large Applications In Part 1, we explored the basics of NgRx...

Learn More 1 0May 20

Quand faut-il utiliser un store comme NgRx dans une application Angular ?

Cet article est rédigé en français. Si vous souhaitez une version anglaise, faites-le-moi savoir en...

Learn More 1 0Jun 27

How We Cut 80 % of Our Backend Calls in Summon Worlds

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.

Learn More 1 0Aug 1

📦 I Built a Free, Open-Source Invoice PDF Generator (Looking for Contributors!)

Hi everyone 👋 I’m a co-founder of a small software development company. Like many freelancers and...

Learn More 1 0Jul 3

NgRx Signal Store Event API: A Modern Take on Event-Driven Architecture

If you've ever worked with NgRx Signal Store, you know it's a powerful tool for managing state in...

Learn More 1 0Sep 24

(Update: NgRx Signal Store Enhancements) Mastering State Management with NgRx Signal Store in Angular 🚀

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.

Learn More 1 0Feb 10

Leveling Up State Management with withLinkedState in NgRx v20

NgRx v20 just dropped, and with it comes a shiny new feature: withLinkedState. Think of it like a...

Learn More 1 0Aug 23

The Lord Of The Stores: A Quest For Angular State Mastery

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!

Learn More 1 0Oct 1

NgRx SignalStore : Ajouter une Feature personnalisée avec une DX exceptionnelle

J'ai passé du temps pour chercher un meilleur moyen d'exposer des signalStoreFeature qui nécessitent...

Learn More 1 0Aug 4

Building a Multi-Module Angular Application with NgRx

Angular's modular design and NgRx state management allow for the maintainable, performant, and...

Learn More 1 0May 20

NgRx vs Akita: The State Management Battle

State management in Angular is a tricky beast. If you're working on a serious Angular project, you've...

Learn More 0 0Feb 20

🧼 Data Hygiene: The Real Foundation of Angular Front-End Architecture

Structure your data like a DBMS (e.g., PostgreSQL, MySQL...) to ensure the scalability of your...

Learn More 0 0Jun 23

Live Examples - Modern Angular Patterns (2025): Signals, NgRx, RxJS, Web Components, A11y & Performance Testing

Live demo: StackBlitz · Source: GitHub I pulled together a hands-on Angular modern patterns...

Learn More 0 0Aug 19

Correct Checkbox Setting After Handling CheckboxChanged in Angular with Signals

Fixing checkbox state issues in Angular when using signals.

Learn More 0 0Mar 31