is it possible to use react component in vue 2.4 app in way that react package is not installed in vue app an I will be able to pass props from vue to react component or run methods in react component or emit events from it?
2 Answers
you can have running react application and using Module Federation you can embedd any component from this application in your vue app
some examples: https://github.com/module-federation/module-federation-examples