react native - mindpin/docs GitHub Wiki

http://www.reactnative.com/
https://facebook.github.io/react-native/
已经支持 android 了。

这是一个很有想象力的开发框架。简单说就是用 js 去写 native 的移动应用。
做出来的应用将具有 native 应用的性能和渲染速度,体验良好。

具体的使用方式和实践方法还需要进一步调研。

目前已经进行的调研 o_o
https://github.com/mindpin/tech-exp/issues/98

参考中文文档
http://wiki.jikexueyuan.com/project/react-native/NativeModulesAndroid.html

知乎上比较有价值的问答(里面很多有用链接)
http://www.zhihu.com/question/27852694

一些开源组件
http://www.oschina.net/news/61214/11-react-native-ui-components

别人的踩坑记录
https://github.com/tmallfe/tmallfe.github.io/issues/19