@@ -7,6 +7,8 @@ https://github.com/jondot/awesome-react-native
7
7
8
8
## 教程
9
9
10
+ # React Native
11
+
10
12
* ** React-Native视频教程(部分免费)**
11
13
https://egghead.io/technologies/react
12
14
@@ -22,18 +24,6 @@ http://facebook.github.io/react-native/docs/getting-started.html
22
24
* react-native 中文api文档 (翻译中)
23
25
https://github.com/ecomfe/react-native-cn
24
26
25
- * react.js中文文档
26
- http://reactjs.cn/
27
-
28
- * react.js入门教程(gitbook)
29
- http://hulufei.gitbooks.io/react-tutorial/content/introduction.html
30
-
31
- * ** react.js快速入门教程 - 阮一峰**
32
- http://www.ruanyifeng.com/blog/2015/03/react.html
33
-
34
- * react.js视频教程
35
- http://react.nodejs-china.org/t/reactjszhong-wen-shi-pin-jiao-cheng-bai-du-wang-pan/584
36
-
37
27
* react-native第一课
38
28
http://html-js.com/article/2783
39
29
@@ -76,6 +66,55 @@ http://segmentfault.com/a/1190000002678782
76
66
* React Native构建本地视图组件
77
67
http://www.dobest.me/post/react-native-build-native-componenets/
78
68
69
+ ** 深入浅出系列教程 **
70
+
71
+ * 深入浅出React(一):React的设计哲学 - 简单之美
72
+ http://www.infoq.com/cn/articles/react-art-of-simplity
73
+
74
+ * 深入浅出React(二):React开发神器Webpack
75
+ http://www.infoq.com/cn/articles/react-and-webpack
76
+
77
+ * 深入浅出React(三):理解JSX和组件
78
+ http://www.infoq.com/cn/articles/react-jsx-and-component
79
+
80
+ * react-webpack-cookbook中文版
81
+ https://fakefish.github.io/react-webpack-cookbook
82
+
83
+ * Flex 布局语法教程
84
+ http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html
85
+
86
+ # React.js
87
+
88
+ * react.js中文文档
89
+ http://reactjs.cn/
90
+
91
+ * react.js入门教程(gitbook)
92
+ http://hulufei.gitbooks.io/react-tutorial/content/introduction.html
93
+
94
+ * ** react.js快速入门教程 - 阮一峰**
95
+ http://www.ruanyifeng.com/blog/2015/03/react.html
96
+
97
+ * react.js视频教程
98
+ http://react.nodejs-china.org/t/reactjszhong-wen-shi-pin-jiao-cheng-bai-du-wang-pan/584
99
+
100
+ # ES6
101
+
102
+ * 深入浅出ES6(一):ES6是什么
103
+ http://www.infoq.com/cn/articles/es6-in-depth-an-introduction
104
+
105
+ * 深入浅出ES6(二):迭代器和for-of循环
106
+ http://www.infoq.com/cn/articles/es6-in-depth-iterators-and-the-for-of-loop
107
+
108
+ * 深入浅出ES6(三):生成器 Generators
109
+ http://www.infoq.com/cn/articles/es6-in-depth-generators
110
+
111
+ * 深入浅出ES6(四):模板字符串
112
+ http://www.infoq.com/cn/articles/es6-in-depth-template-string
113
+
114
+ * 深入浅出ES6(五):不定参数和默认参数
115
+ http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults
116
+
117
+
79
118
## 开源APP
80
119
81
120
> 研究源码也是一个很好的学习方式
0 commit comments