todomvc
todomvc copied to clipboard
Angular + NgRx [new app]
Hi,
I would like to implement an Angular + NgRx implementation with all the last and good recommendation. Of course, I could reuse the Angular implementation just add the NgRx library.
What do you think?
What would be the benefit of another flavour of Angular?
NgRx is based on functional paradigm so it's another way to architecture an angular app from a usual MVVM to a unidirectional data flow à la redux.