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 96 4Dec 19 '24

Announcing NgRx Signals v18: State Encapsulation, Private Store Members, Enhanced Entity Management, and more!

We are pleased to announce the latest major version of NgRx Signals, featuring exciting new features,...

Learn More 93 7Jul 25 '24

Announcing NgRx 18: NgRx Signals is almost stable, ESLint v9 Support, New Logo and Redesign, Workshops, and more!

Announcing NgRx 18: NgRx Signals is almost stable, ESLint v9 Support, New Logo and Redesign, Workshops, and more!

Learn More 72 10Jun 13 '24

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

NgRx Use Cases, Part III: Decision-making

Original cover photo by Hansjörg Keller on Unsplash. In my previous articles, we covered access...

Learn More 13 1Aug 15 '24

Angular Addicts #26: Angular 18, best practices, recent conference recordings & more

My favorite Angular resources of May, 2024

Learn More 13 0Jun 11 '24

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 6 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 Addicts #27: NgRx 18, New RFC: DomRef API, Web storage with Signals & more

My favorite Angular resources of June, 2024

Learn More 6 0Jul 2 '24

Angular Addicts #29: Angular 18.2, implicit libraries, the future is standalone & more

My favorite Angular resources of August, 2024

Learn More 5 0Sep 10 '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 #25: Angular and Wiz will be merged, the differences between React and Angular & more

My favorite Angular resources of April, 2024

Learn More 5 1May 14 '24

Angular Router URL Parameters Using NgRx Router Store

When we build apps with state, the entry point is key to initialize our state for our components, but...

Learn More 4 1Aug 8 '24

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

My favorite Angular resources of October, 2024

Learn More 4 1Nov 13 '24

Angular Addicts #28: Angular 18.1 (w. the new @let syntax), Component testing, SSR guide & more

My favorite Angular resources of July, 2024

Learn More 4 0Aug 13 '24

How to Use NgRx Selectors in Angular

In NgRx, when we want to get data from the store, the easiest way is by using store.select. It allows...

Learn More 4 0Jun 9 '24

How to Debug NgRx Using REDUX DevTools in Angular

When we work with NgRx, tracing and debugging actions, knowing the current state of our store, and...

Learn More 3 1Jul 20 '24

When to Use `concatMap`, `mergeMap`, `switchMap`, and `exhaustMap` Operators in Building a CRUD with NgRx

A few days ago, I was working with NgRx effects in an application,where I needed to get data from the...

Learn More 3 1Aug 1 '24

State Management in Angular with NgRx: A Complete Guide

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

Learn More 3 0Mar 26

How to Implement ActionCreationGroup in NgRx

When you create actions in NgRx, you usually use the createAction function helper. We write our...

Learn More 2 1Jul 20 '24

When and Why to Use REDUX NgRx in Angular

In a previous article, I wrote about managing the state in Angular by using Services, but when the...

Learn More 2 1Jul 20 '24

🚀 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 1 0Jan 8

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 1 1Feb 10

ngRx Store in Angular

Before I start, a small backstory. So, a few weeks back, there was a requirement in an angular...

Learn More 1 0Sep 16 '24

How to Handle Side Effects in Angular Using NgRx Effects

Side-effects! They are one of the most common tasks in our applications. In Angular, but build...

Learn More 0 0Jun 9 '24

Correct Checkbox Setting After Handling CheckboxChanged in Angular with Signals

Fixing checkbox state issues in Angular when using signals.

Learn More 0 0Mar 31

(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 0 0Feb 10

A single state for Loading/Success/Error in NgRx

When handling HTTP requests in Angular applications, developers often need to manage multiple view...

Learn More 0 0Jun 18 '24

Opening Keynote - NgRx Evolution: Exploring the Past, Present, and Future of State Management

A post by mehdi

Learn More 0 1Apr 14

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