首 页  -  技术分享  - react-native学习资源

react-native学习资源

分享者:     2016-02-25

 这是我觉得比较有用的学习资源(要多练习多理解):

一、

1.react-native  官方api文档:http://facebook.github.io/react-native/docs/getting-started.html

2.react-native中文文档:http://reactnative.cn/docs/0.20/getting-started.html

3.react-native通信机制详解:http://blog.cnbang.net/tech/2698/

4.react-native布局篇:https://segmentfault.com/a/1190000002658374

5.react-native基础指南(一): https://segmentfault.com/a/1190000002645929

6.react-native基础指南(二):https://segmentfault.com/a/1190000002647733

7.react-native开源组件(需要挂VPN):http://new.react.parts/native?search=react-native-se    https://js.coach/react-native

8.react-native安卓系列教程:https://github.com/yipengmu/react-native-android-lession

9.react-native环境配置:http://www.liaohuqiu.net/cn/posts/react-native-1/

10.react-native:android 的打包:http://www.liaohuqiu.net/cn/posts/react-native-android-package/

11.ES6入门:http://es6.ruanyifeng.com/#docs/intro

二、开源App

1.官方演示App:  https://github.com/facebook/react-native/tree/master/Examples

2.React-Native实现的计算器:https://github.com/yoxisem544/Calculator-using-React-Native

3.模仿天猫首页的app:https://github.com/hugohua/react-native-demo

4.ReactNativeChess:https://github.com/csarsam/ReactNativeChess