Saturday, December 29, 2018

Angular ngrx-data

Redux pattern, and Angular ngrx library are adding a LOT of "boilerplate code"
For typical CRUD operations there is a simpler way: ngrx-data
It is still not quite simple... 

johnpapa/angular-ngrx-data: Angular with ngRx and experimental ngrx-data helper
"Zero Ngrx Boilerplate


NgRx helps Angular applications manage shared state in a "reactive" style, following the redux pattern.
But to use it properly requires both a deep understanding of redux/ngrx and a lot of boilerplate code.
Ngrx-data is an ngrx extension that offers a gentle introduction to ngrx/redux without the boilerplate."



by John Papa, Developer Advocate, Microsoft

No comments: