[Vuejs]-How can I use react Component in vue app?

0👍

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

-2👍

The preferred way to use React inside of a Vue app is to use a Vue plugin. Now, use your React components as you would normally use your Vue components!

👤EWW

Leave a comment