NGXS - Angular State Management
Video Statistics and Information
Channel: Fireship
Views: 72,470
Rating: undefined out of 5
Keywords: angular, angular 2, firebase, webdev, app development, typescript, javascript, lesson, tutorial, angular 5, angular 6, ngxs, ngrx, state management, redux, cqrs, ngrx-vs-ngxs, flux, rxjs, ngxs tutorial, ngxs lesson, ngrx alternative, angular redux
Id: SGj11j4hxmg
Channel Id: undefined
Length: 11min 59sec (719 seconds)
Published: Tue Apr 10 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I really like all that decorator magic, but I am really not sure why pure function concept in Reducers was ditched. Side-effects make great concept separation between mutating state, and working with outside world. It's making the code more stable and testable. As soon as that decision made, it's no longer about implementing Redux on top of TypeScript. It's about making more sloppy concept with better language concepts.