All Talks

From NgRx to NgRx-entity to NgRx-data

State Management is very important in Angular development, ngrx is one of the most used libraries. By using ngrx, there are a lot of advantages in development/test, but we also need to pay the learning cost for several new concepts (Store/Selector/Effect/Action/…), we also need to write a lot of boilerplate code for those extra layers.

In this talk, we will use sample application to introduce how to use ngrx, ngrx-enitty, ngrx-data to implement it, through that, I will introduce the …

You might be interested in: