Search⌘ K
AI Features

Exploring NgRx

Explore the fundamental concepts of NgRx to manage state within Angular applications. Understand how the Store, Actions, Reducers, and Selectors work together to handle application data. This lesson prepares you to implement state management using NgRx and integrate it with Angular components and services.

What is NgRx?

Now that we know what Redux is and what the principles of Redux are, we can start taking a detailed look at NgRx and go through the features of NgRx in order to understand it.

The best place to start when looking into NgRx is on the official website.

NgRx looks different from the official Angular website. This is because while NgRx is used with Angular, it isn’t officially part of Angular. It’s a library that we can use with Angular.

📝 Note: If you are interested in setting up NgRx locally, you can go through the following lesson: ...