Hacker News new | ask | show | jobs
by skeoh 2893 days ago
Can you elaborate on this? I've integrated React into Angular and Ember projects in the past with no compatibility issues.
1 comments

Did the "foreign" elements stamp out react elements or interact with their properties?
I tried not to have multiple frameworks controlling the same DOM elements. It would usually be a React component mounted to a DOM element controlled by a component in another framework.
Exactly, that is my problem, if a react component state is altered by "outside world", weird things can happen. So you actually avoided interoperability between solutions.