SmallComfort / react-vue

Run Vue in React and React Native
MIT License
1.23k stars 62 forks source link

Is "vue-react" reverse of "react-vue" possible here? #4

Closed TheLarkInn closed 7 years ago

TheLarkInn commented 7 years ago

Is it possible through this library to:

SmallComfort commented 7 years ago

Hi! I'm sorry to reply to you until now.

react-vue can not import a react component into a vue application.

Use react-vue, All the code truly runs in React runtime, that's a React application.

faceyspacey commented 7 years ago

@TheLarkInn there's https://github.com/alkin/vue-react , but as you can see from its one source file it's not doing nearly as much as this package is doing in reverse:

https://github.com/alkin/vue-react/blob/master/src/vue-react.js

😎