No quarreling, the following is purely nonsense....
It can be divided into several levels:
Native WebView framework + JSBridge, which is essentially JS object injection technology. For open source projects, see github: lzyzsd/JsBridge
cordova / phonegap / ionic frameworks based on Html5 + JS + CSS encapsulation are essentially web applications
React Native is a framework that uses Web front-end languages to develop Native applications and provide Native application experience. This is no longer a Web application.
p.s. Categories 2 and 3 are the result of Web front-end development outweighing the ambition of native development. [Face cover, run away~]
If you want to cooperate with HTML5, it is recommended that you learn cordova or ionic or appcan and other frameworks If you want to get rid of dom, it is recommended that you learn FB's react native or Alibaba's weex
HTML5+, the extended standard for HTML5 by the HTML5 China Industry Alliance. Achieve native functional experience based on reusing HTML5. The performance is much better than cordova and so on.
It can be divided into several levels:
Native WebView framework + JSBridge, which is essentially JS object injection technology. For open source projects, see github: lzyzsd/JsBridge
cordova / phonegap / ionic frameworks based on Html5 + JS + CSS encapsulation are essentially web applications
React Native is a framework that uses Web front-end languages to develop Native applications and provide Native application experience. This is no longer a Web application.
p.s. Categories 2 and 3 are the result of Web front-end development outweighing the ambition of native development. [Face cover, run away~]
If you want to cooperate with HTML5, it is recommended that you learn cordova or ionic or appcan and other frameworks
If you want to get rid of dom, it is recommended that you learn FB's react native or Alibaba's weex
HTML5+, the extended standard for HTML5 by the HTML5 China Industry Alliance. Achieve native functional experience based on reusing HTML5. The performance is much better than cordova and so on.
http://blog.csdn.net/github_3... This is good