Meetup: https://www.meetup.com/Angular-Portugal/events/278787325/
Slides: https://dhhyi.github.io/meetup-ngrx-selector-memoization
Example App: https://stackblitz.com/github/dhhyi/meetup-ngrx-selector-memoization/tree/example-app
Example App (fixed): https://stackblitz.com/github/dhhyi/meetup-ngrx-selector-memoization/tree/example-app-fixed
Created using remark.
Learning about NgRx is hard! Perfecting the usage of Effects and Selectors is even harder!
In this talk we are going to focus on one specific aspect of NgRx Selectors: Memoization. When used properly, it can significantly boost up your application performance by preventing unnecessary view render updates.
We are going to cover fundamental principles, portrait common problems and of course discuss solutions.
Danilo is a developer at Evident and he has been working with Angular for about 4 years in the field of E-Commerce. Because of his original background in server-side development, he likes to dig deep into framework and library internals.