Skip to content

Commit 53d0efa

Browse files
author
ele828
committed
update
1 parent ca69438 commit 53d0efa

File tree

1 file changed

+51
-12
lines changed

1 file changed

+51
-12
lines changed

README.md

Lines changed: 51 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ https://github.com/jondot/awesome-react-native
77

88
## 教程
99

10+
# React Native
11+
1012
* **React-Native视频教程(部分免费)**
1113
https://egghead.io/technologies/react
1214

@@ -22,18 +24,6 @@ http://facebook.github.io/react-native/docs/getting-started.html
2224
* react-native 中文api文档 (翻译中)
2325
https://github.com/ecomfe/react-native-cn
2426

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-
3727
* react-native第一课
3828
http://html-js.com/article/2783
3929

@@ -76,6 +66,55 @@ http://segmentfault.com/a/1190000002678782
7666
* React Native构建本地视图组件
7767
http://www.dobest.me/post/react-native-build-native-componenets/
7868

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+
79118
## 开源APP
80119

81120
> 研究源码也是一个很好的学习方式

0 commit comments

Comments
 (0)