Has anyone transformed an Angular 1 app with services (no store) etc to ReactJS + Redux one? Any tips? Any unexpected issues you came across?
My plan is to start with ngredux and then step by step start transforming presentational components bottom to top with ngreact
I 'd be more than happy if I could find a working solution so that angular and reactjs containers can live side by side in ui-router. This will speed a lot the whole process i suppose and react-router will be connected really smoothly in the end.
What do you think about this plan of mine?
the processes are different but in theory react just needs a dom node as entry point so you could actually fuse react with angular and partially replace all angular controller logic with redux and react and than switch to the react router. but first things first ;D .... get used to react and component thinking and the lifecycle of a react component.
Atul Sharma
Full Stack Developer | Cloud Native Applications
This may help
blog.logentries.com/2016/02/combining-angularjs-aβ¦