Possible to implement React using vanilla Vue? (then React Native using vanilla Vue?) #583
cyfung1031
started this conversation in
General
Replies: 1 comment
-
See
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As Vue is a framework, should it be able to imitate React APIs using Vue?
(vue's core, not .vue template)
Then we can have a high performance React powered by Vue. (no more
shouldComponentUpdate()
)So we can move this into React Native to develop Mobile Apps?
PS. The webpack / bundle will make the dist output using vanilla Vue by translating JSX.
Beta Was this translation helpful? Give feedback.
All reactions