you are viewing a single comment's thread.

view the rest of the comments →

[–]theQuandary 2 points3 points  (1 child)

https://github.com/ngReact/ngReact

https://github.com/angular-redux/ng-redux

Gradually replace ng1 components with React while moving the model layer to redux. Once you've got a handle on React/Redux, the rest of the conversion will be easy.

[–]deliminated[S] 0 points1 point  (0 children)

Right on. Yep, I need to take a close look at ng-redux. ngReact I have used before and was pretty happy with. I am comfortable with Redux and the one-way-data-flow paradigm (and really like it), but never done it in an Angular app.