Hacker News new | ask | show | jobs
by ergo14 2892 days ago
Did the "foreign" elements stamp out react elements or interact with their properties?
1 comments

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.