2 - 6
5 - 6
*Note: RxJS imports have changed since the publication of this course. The concepts being taught on RxJS are still applicable.
Angular has many built-in features for working closely with RxJS to help you build entirely reactive applications. This course will teach you how to use Angular with RxJS. We will learn how to use the ngrx/store library to manage state in a clean, reactive "Redux style."
This course assumes you've got a working knowledge of Angular and reactive programming with RxJS. If you don't, you might want to watch the following courses to get you up to speed!
We also have Intermediary Angular courses if you'd like to acquire more in-depth knowledge.
Good course, but needs to be updated :D
Update for the latest versions of Angular & NgRX
Maybe it's not relevant for this course, but seems to me like this is not the latest version of Angular.
very clear explanation, need to be updated with changes in ng
This course jumped straight into Store/Reducers/Action without explaining them as pure concept. As a beginner I did not realize Reducers and Actions had an interface to be based of since there is no sign of inheritance or overriding in this code. After reading an article of @ngrx/store this course was much easier to understand
The use case of a Time Machine was a great idea for this exercise - very creative.
Starting with the component and moving code out to other places is a helpful approach to understanding how these various pieces work together.
I would have liked to have seen the example drawn out a little further with Effects and Selectors