Skip to content

Commit 881e26d

Browse files
authored
Merge pull request crazycodeboy#22 from WT-Road/master
d13
2 parents ccc72c5 + f8d54a1 commit 881e26d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

React Native 每日一学/Readme.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
10. [D10:优化切换动画卡顿的问题(2016-8-31)](#d10优化切换动画卡顿的问题2016-8-31)
1919
11. [D11:AsyncStorage存储key管理小技巧(2016-9-1)](#d11asyncstorage存储key管理小技巧---)
2020
12. [D12:延展操作符(Spread operator)(2016-9-2)](#d12延展操作符spread-operator2016-9-2)
21-
21+
13. [D13:React Native学习资料整理(2016-9-5)](#d13react-native学习资料整理2016-9-5)
2222

2323
```
2424
模板:
@@ -31,7 +31,26 @@ D1:标题 (日期)
3131
内容
3232
另外:记得在列表中添加链接
3333
```
34+
D13:React Native学习资料整理(2016-9-5)
35+
------
36+
收集整理了一些学习指南,包含 教程、开源app和资源网站等的链接,如果需要查阅资料或找寻第三方库,大家可以去查找
37+
38+
###资源整合
39+
40+
[RNStudyNotes
41+
★300 ](https://github.com/crazycodeboy/RNStudyNotes)作者的学习笔记,欢迎star,每天不定时更新
3442

43+
[awesome-react-native
44+
★7037](https://github.com/jondot/awesome-react-native) Awesome React Native系列,有最全的第三方组件(推荐!)
45+
46+
[react-native-guide
47+
★5777](https://github.com/reactnativecn/react-native-guide) React-Native学习指南,开源App和组件
48+
49+
[React Native 高质量学习资料汇总](http://www.jianshu.com/p/454f2e6f28e9) @author ASCE1885整理
50+
51+
[React Native 从入门到原理](http://www.jianshu.com/p/978c4bd3a759) 作者@bestswifter
52+
53+
[深入浅出ES6](www.infoq.com/cn/es6-in-depth/)深入浅出ES6专栏合集迷你书
3554

3655
D12:延展操作符(Spread operator)(2016-9-2)
3756
------

0 commit comments

Comments
 (0)