Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加博客园react-native客户端 #51

Closed
wants to merge 8 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 53 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ http://www.ruanyifeng.com/blog/2015/03/react.html
* react.js视频教程
http://react-china.org/t/reactjs/584

* React Native之React速学教程
https://github.com/crazycodeboy/RNStudyNotes/tree/master/React%20Native%E4%B9%8BReact%E9%80%9F%E5%AD%A6%E6%95%99%E7%A8%8B

### ES6

* 深入浅出ES6(一):ES6是什么
Expand All @@ -136,6 +139,42 @@ http://www.infoq.com/cn/articles/es6-in-depth-template-string
* 深入浅出ES6(五):不定参数和默认参数
http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults

* 深入浅出ES6(六):解构Destructuring
http://www.infoq.com/cn/articles/es6-in-depth-destructuring

* 深入浅出ES6(七):箭头函数Arrow Functions
http://www.infoq.com/cn/articles/es6-in-depth-arrow-functions

* 深入浅出ES6(八):Symbols
http://www.infoq.com/cn/articles/es6-in-depth-symbols

* 深入浅出ES6(九):学习Babel和Broccoli,马上就用ES6
http://www.infoq.com/cn/articles/es6-in-depth-babel-and-broccoli

* 深入浅出ES6(十):集合
http://www.infoq.com/cn/articles/es6-in-depth-collections

* 深入浅出ES6(十一):生成器Generators,续篇
http://www.infoq.com/cn/articles/es6-in-depth-generators-continued

* 深入浅出ES6(十二):代理Proxies
http://www.infoq.com/cn/articles/es6-in-depth-proxies-and-reflect/

* 深入浅出ES6(十三):类Class
http://www.infoq.com/cn/articles/es6-in-depth-classes

* 深入浅出ES6(十四):let和const
http://www.infoq.com/cn/articles/es6-in-depth-let-and-const

* 深入浅出ES6(十五):子类Subclassing
http://www.infoq.com/cn/articles/es6-in-depth-subclassing

* 深入浅出ES6(十六):模块Modules
http://www.infoq.com/cn/articles/es6-in-depth-modules

* 深入浅出ES6(十七):展望未来
http://www.infoq.com/cn/articles/es6-in-depth-the-future

### 系列教程

* 深入浅出React(一):React的设计哲学 - 简单之美
Expand Down Expand Up @@ -180,6 +219,9 @@ http://www.alloyteam.com/2015/10/react-native-android-steps-on-tour/
* React Native 之 JSBridge
http://www.alloyteam.com/2015/05/react-native-zhi-jsbridge/

* React Native 研究与实践教程
https://github.com/crazycodeboy/RNStudyNotes

### React Native探索系列教程

* React Native探索(一):背景、规划和风险
Expand All @@ -201,6 +243,9 @@ https://github.com/facebook/react-native/tree/master/Examples
* **Facebook F8 App**
https://github.com/fbsamples/f8app

* **GitHub Popular(一个用来查看GitHub最受欢迎与最热项目的App)已上架**
https://github.com/crazycodeboy/GitHubPopular

* 奇舞周刊 iOS 版(上架应用)
https://github.com/fakefish/Weekly75

Expand Down Expand Up @@ -330,7 +375,8 @@ http://git.oschina.net/rplees/react-native-gitosc
* rn_bycloud 帮瀛律师端app
https://github.com/liuchungui/rn_bycloud

* ReactNativeRollingExamples - react-native的一些example https://github.com/joggerplus/ReactNativeRollingExamples
* ReactNativeRollingExamples
https://github.com/joggerplus/ReactNativeRollingExamples

* **Reading App Write In React-Native(Studying and Programing**
https://github.com/attentiveness/reading
Expand All @@ -341,6 +387,12 @@ https://github.com/nihgwu/react-native-sudoku
* Shop-React-Native
https://github.com/EleTeam/Shop-React-Native

* **掘金客户端**
https://github.com/wangdicoder/JueJinClient

* cnblogs 客户端
https://github.com/togayther/react-native-cnblogs

## 图书
* 《React Native入门与实战》
http://item.jd.com/11844102.html
Expand Down