© Oren Farhi 2017

Oren Farhi, Reactive Programming with Angular and ngrx, 10.1007/978-1-4842-2620-9_6

6. Managing Side Effects with ngrx/effects

Oren Farhi

(1)Lod, Israel

Accompanied Code This chapter’s boilerplate code can be found in the chapter-06 branch.

In the previous chapter, our application grew into a functional application. We added more features, which resulted in more async operations. We use ngrx/store to dispatch events. We already saw that some actions might lead to more async actions, regardless of whether it’s store actions or service actions.

As it stands, our application might get bigger, and the youtube-videos component is already able to handle more responsibilities beyond receiving state and displaying it.

When one action leads ...

Get Reactive Programming with Angular and ngrx: Learn to Harness the Power of Reactive Programming with RxJS and ngrx Extensions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.