发布于 2015-08-28 00:49:56 | 130 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的React Native官方指南,程序狗速度看过来!

React Native 用 React 开发移动应用

ReactNative 可以基于目前大热的开源JavaScript库React.js来开发iOS和Android原生App。而且React Native已经用于生产环境——Facebook Groups iOS 应用就是基于它开发的。


React Native v0.10.0 发布,更新内容如下:

  • A bug in css-layout that would cause 100% CPU usage with a specific combination of flex properties has been fixed

  • Removing native event listeners during reconcilation has been fixed

  • The podspec has been fixed to allow you to use both the RCTImage and RCTNetwork subspecs

  • Multiline TextInput components keep their text and cursor within their bounds

  • ReactART has been fixed

  • The shouldRasterizeIOS prop has been fixed to use the screen scale for crisper rendering

下载页面请点:v0.10.0

ReactNative 可以基于目前大热的开源JavaScript库React.js来开发iOS和Android原生App。而且React Native已经用于生产环境——Facebook Groups iOS 应用就是基于它开发的。

React Native的原理是在JavaScript中用React抽象操作系统原生的UI组件,代替DOM元素来渲染,比如以<View>取代<div>,以<Image>替代<img>等。

在幕后,React Native在主线程之外,在另一个背景线程里运行JavaScript引擎,两个线程之间通过一批量化的async消息协议来通信(有一个专门的React插件)。

UI方面React Native提供跨平台的类似Flexbox的布局系统,还支持CSS子集。可以用JSX或者普通JavaScript语言,还有CoffeeScript和TypeScript来开发。有评论说,React的UI层模型要比UIKit好很多。

更好的是,由于基于Web技术,开发起来可以像在浏览器里那样随时在仿真程序中查看应用运行情况,刷新一下就行,无需编译,爽吧。

React Native比起标准Web开发或原生开发能够带来的三大好处:

  1. 手势识别:基于Web技术(HTML5/JavaScript)构建的移动应用经常被抱怨缺乏及时响应。而基于原生UI的React Native能避免这些问题从而实现实时响应。

  2. 原生组件:使用HTML5/JavaScript实现的组件比起原生组件总是让人感觉差一截,而React Native由于采用了原生UI组件自然没有此问题。

  3. 样式和布局:iOS、Android和基于Web的应用各自有不同的样式和布局机制。React Native通过一个基于FlexBox的布局引擎在所有移动平台上实现了一致的跨平台样式和布局方案。



历史版本 :
React Native 0.47.0 正式版发布
React Native 0.45.0 正式发布,有重大变更
React Native 0.42.0 正式发布,大量修复和改进
React Native 0.41.0 正式发布,大量新功能和修复
React Native v0.40.0 和 0.41.0 rc0 发布
React Native 0.37 发布,删除弃用的 API 和模块
React Native v0.31.0-rc 发布
React Native 源码笔记——你知道几条?
React Native v0.29-rc 发布
React Native v0.27.0 发布
React Native 0.22 发布
React Native 0.16 发布,用 React 编写移动应用
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务