todomvc icon indicating copy to clipboard operation
todomvc copied to clipboard

Angular + NgRx [new app]

Open GuillaumeUnice opened this issue 6 years ago • 2 comments

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?

GuillaumeUnice avatar Mar 31 '18 13:03 GuillaumeUnice

What would be the benefit of another flavour of Angular?

Fruitseller avatar Jul 11 '18 18:07 Fruitseller

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.

GuillaumeUnice avatar Jul 11 '18 19:07 GuillaumeUnice