react-vue icon indicating copy to clipboard operation
react-vue copied to clipboard

React Native without React and With VueJs

Open ansarizafar opened this issue 8 years ago • 3 comments

It Would be great If we could use Reactnative without having to use react. Will it be possible in near future?

ansarizafar avatar Aug 10 '17 15:08 ansarizafar

Hello! You can use react-vue-native-scripts to run Vue in ReactNative. All of your code would be written by Vue, This is a Hacker News demo.

SmallComfort avatar Aug 11 '17 01:08 SmallComfort

I know that and I have seen the demo. react-vue-native-scripts is converting vue components to react. We still need react. Is it possible to remove react completely?

ansarizafar avatar Aug 11 '17 04:08 ansarizafar

@ansarizafar not sure what you're meaning. React Native without React isn't React Native at all haha. The way this works is to convert .vue into .js that React Native can compile so there isn't a magic remove all react unfortunately. I guess you'll have to wait for a Vue equivalent which I'm sure will happen eventually such as Weex

rickbolton avatar Aug 26 '17 22:08 rickbolton