Reputation: 315
I'm considering integrating react-redux into a 3 years old codebase of Angularjs. I don't wish to refactor the all codebase at once, rather incrementally introducing react-redux through new features which my team will develop.
Upvotes: 6
Views: 962
Reputation: 315
I've successfully migrated the application under the brown-field limitations I pointed out at the original question.
The solution is based on two approaches:
Both approached use a similar technique to the one which suggested here: http://softeng.oicr.on.ca/chang_wang/2017/04/17/Using-AngularJS-components-directives-in-React/?utm_source=reactnl&utm_medium=email
TIP: It's much more easier if your Angular dependencies are managed properly.
Upvotes: 1
Reputation: 21
Upvotes: 2