React Native is an Objective-C application framework that bridges JavaScript applications running in the JSCore JavaScript engine to iOS and Android native APIs. In theory, you write your application logic in JSX and ES6/7 and transpile it to JavaScr…
近期有空,玩转React Native. https://github.com/andyc365/ReactNativeMessager React Native Messager A React Native based cross-platform messenger(Messager) application. The themes can be changed in the runtime, without any need of reloading the application. K…
面向virtual DOM编程 vs 面向native componet编程: 状态编程引起的UI变化会全部提交到native compnent然后走平台原来的渲染流程. The DOM is just one of the rendering environments React can render to, the other major targets being native iOS and Android views via React Native. (This is why "vi…