和大家分享一些RN相关资料。看完这些后开发RN应用应该没啥大问题。
es6入门:
- http://es6.ruanyifeng.com/#docs/object
- https://babeljs.io/learn-es2015/
官方文档
- https://facebook.github.io/react-native/
中文
- http://reactnative.cn/
布局:
- http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
Navigator组件
- http://airbnb.io/native-navigation/
资料集
- https://github.com/jondot/awesome-react-native
完整项目
- http://www.jianshu.com/p/470606826b12
两个项目源码阅读:
- https://github.com/fangwei716/30-days-of-react-native
- https://github.com/stoneWeb/elm-react-native
网络Fetch
- https://developer.mozilla.org/zh-CN/docs/Web/API/Fetch_API/Using_Fetch
Promise
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Using_promises
- https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise
- https://zhuanlan.zhihu.com/p/29783901
状态数据管理框架 redex:
- http://www.redux.org.cn/index.html