tastejs / todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
http://todomvc.com
Other
28.59k stars 13.78k forks source link

Angular + NgRx [new app] #1872

Open GuillaumeUnice opened 6 years ago

GuillaumeUnice commented 6 years ago

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?

Fruitseller commented 6 years ago

What would be the benefit of another flavour of Angular?

GuillaumeUnice commented 6 years ago

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.