From 7d6e6f4a4195a35c7f3470846e5722b138f59c2a Mon Sep 17 00:00:00 2001 From: crazycodeboy <crazycodeboy@gmail.com> Date: Wed, 19 Oct 2016 14:28:50 +0800 Subject: [PATCH 01/18] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E6=BA=90App?= =?UTF-8?q?=20GitHub=20Popular=E4=B8=8E=20React=20Native=20=E7=A0=94?= =?UTF-8?q?=E7=A9=B6=E4=B8=8E=E5=AE=9E=E8=B7=B5=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1f4684e..6d190cb 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,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是什么 @@ -183,6 +186,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探索(一):背景、规划和风险 @@ -204,6 +210,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 From 75538a3b92c6c70ec4129442cb0df73d45219498 Mon Sep 17 00:00:00 2001 From: ssshooter <ssshooterx@gmail.com> Date: Tue, 22 Nov 2016 11:25:32 +0800 Subject: [PATCH 02/18] Update README.md --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/README.md b/README.md index ef65d0e..1fa28dd 100644 --- a/README.md +++ b/README.md @@ -139,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的设计哲学 - 简单之美 From 067d423bf7bdc254ef8d43843548a3ebb24cd0c8 Mon Sep 17 00:00:00 2001 From: ssshooter <ssshooterx@gmail.com> Date: Tue, 22 Nov 2016 11:27:40 +0800 Subject: [PATCH 03/18] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1fa28dd..92a24bc 100644 --- a/README.md +++ b/README.md @@ -139,40 +139,40 @@ 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 +* 深入浅出ES6(六):解构Destructuring http://www.infoq.com/cn/articles/es6-in-depth-destructuring -*深入浅出ES6(七):箭头函数Arrow Functions +* 深入浅出ES6(七):箭头函数Arrow Functions http://www.infoq.com/cn/articles/es6-in-depth-arrow-functions -*深入浅出ES6(八):Symbols +* 深入浅出ES6(八):Symbols http://www.infoq.com/cn/articles/es6-in-depth-symbols -*深入浅出ES6(九):学习Babel和Broccoli,马上就用ES6 +* 深入浅出ES6(九):学习Babel和Broccoli,马上就用ES6 http://www.infoq.com/cn/articles/es6-in-depth-babel-and-broccoli -*深入浅出ES6(十):集合 +* 深入浅出ES6(十):集合 http://www.infoq.com/cn/articles/es6-in-depth-collections -*深入浅出ES6(十一):生成器Generators,续篇 +* 深入浅出ES6(十一):生成器Generators,续篇 http://www.infoq.com/cn/articles/es6-in-depth-generators-continued -*深入浅出ES6(十二):代理Proxies +* 深入浅出ES6(十二):代理Proxies http://www.infoq.com/cn/articles/es6-in-depth-proxies-and-reflect/ -*深入浅出ES6(十三):类Class +* 深入浅出ES6(十三):类Class http://www.infoq.com/cn/articles/es6-in-depth-classes -*深入浅出ES6(十四):let和const +* 深入浅出ES6(十四):let和const http://www.infoq.com/cn/articles/es6-in-depth-let-and-const -*深入浅出ES6(十五):子类Subclassing +* 深入浅出ES6(十五):子类Subclassing http://www.infoq.com/cn/articles/es6-in-depth-subclassing -*深入浅出ES6(十六):模块Modules +* 深入浅出ES6(十六):模块Modules http://www.infoq.com/cn/articles/es6-in-depth-modules -*深入浅出ES6(十七):展望未来 +* 深入浅出ES6(十七):展望未来 http://www.infoq.com/cn/articles/es6-in-depth-the-future ### 系列教程 From 60bba8e685bc01d8c5513cf1d37da7a7451d91a6 Mon Sep 17 00:00:00 2001 From: Eric Wong <dongjiemusic@qq.com> Date: Thu, 24 Nov 2016 12:48:42 -0800 Subject: [PATCH 04/18] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=98=E9=87=91?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a24bc..be674c2 100644 --- a/README.md +++ b/README.md @@ -375,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 @@ -386,6 +387,9 @@ https://github.com/nihgwu/react-native-sudoku * Shop-React-Native https://github.com/EleTeam/Shop-React-Native +* **掘金客户端** +https://github.com/wangdicoder/JueJinClient + ## 图书 * 《React Native入门与实战》 http://item.jd.com/11844102.html From 939ab1c094fea508b81d9bcb0606a8c8cd6c42c9 Mon Sep 17 00:00:00 2001 From: Eric Huang <dongjiemusic@qq.com> Date: Tue, 7 Feb 2017 17:55:02 -0800 Subject: [PATCH 05/18] Add cnblogs react native app --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be674c2..75908ae 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,9 @@ 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 From 0be728ca603584ff012d84597dbac13e1000e728 Mon Sep 17 00:00:00 2001 From: Eric Huang <dongjiemusic@qq.com> Date: Tue, 7 Feb 2017 18:00:43 -0800 Subject: [PATCH 06/18] =?UTF-8?q?Add=20react=20native=20redux=20FeInn=20?= =?UTF-8?q?=E4=BB=8E0=E5=88=B01=E8=AE=A9=E4=BD=A0=E5=AD=A6=E4=BC=9A?= =?UTF-8?q?=E6=90=AD=E5=BB=BA=E4=B8=80=E4=B8=AAAPP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75908ae..670b81a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ https://github.com/coderyi/blog/blob/master/articles/2016/0122_react-native_firs * React-Native专题系列文章 http://www.lcode.org/react-native/ +* react native redux FeInn 从0到1让你学会搭建一个APP +https://github.com/febobo/react-native-redux-FeInn + ### React.js * react.js中文文档 From a31adff4cdb603a7371cd13da56915c95b283d4a Mon Sep 17 00:00:00 2001 From: Cheng Zheng <1c7@users.noreply.github.com> Date: Fri, 11 Aug 2017 16:47:48 +0800 Subject: [PATCH 07/18] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE=EF=BC=9ACC=20=E9=80=9F?= =?UTF-8?q?=E6=88=90=E7=8F=AD=20(#55)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 670b81a..b05cd04 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,9 @@ https://github.com/wangdicoder/JueJinClient * cnblogs 客户端 https://github.com/togayther/react-native-cnblogs +* CC 速成班 +https://github.com/1c7/CrashCourse-Chinese-ReactNative-App + ## 图书 * 《React Native入门与实战》 http://item.jd.com/11844102.html From 97e0013fef8e5e4788ff50b626c96bb976f1b674 Mon Sep 17 00:00:00 2001 From: Eric Huang <ele828@gmail.com> Date: Sat, 14 Oct 2017 19:59:23 -0500 Subject: [PATCH 08/18] Add React Native Tools --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b05cd04..99d528d 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,9 @@ http://reactnativemodules.com/ * **Use React Native 资讯站**(使用技巧及新闻) http://www.reactnative.com/ +* React Native Tools +http://www.rntools.co/ + * 11款React Native开源移动 UI 组件 http://www.oschina.net/news/61214/11-react-native-ui-components From 334c4997889b22f58820cc43ec9e46eda07a4be6 Mon Sep 17 00:00:00 2001 From: JianyingLi <lijy91@foxmail.com> Date: Sun, 15 Oct 2017 08:59:37 +0800 Subject: [PATCH 09/18] Add @blankapp/ui (#56) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99d528d..9f0013f 100644 --- a/README.md +++ b/README.md @@ -457,6 +457,9 @@ https://github.com/react-native-community/React-Native-Elements * **Shoutem UI** - React Native样式组件库 https://github.com/shoutem/ui +* **BlankApp UI** - 高可定制和主题化的 React Native 组件库 +https://github.com/blankapp/ui + ## 工具 * react-native-snippets(代码提示) From 424fdeddc991cb2d489dc8534e72575566877362 Mon Sep 17 00:00:00 2001 From: shilei <itshilei@gmail.com> Date: Thu, 19 Oct 2017 15:34:04 +0200 Subject: [PATCH 10/18] Added a useful skeleton (#60) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f0013f..84f96a3 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,9 @@ https://github.com/togayther/react-native-cnblogs * CC 速成班 https://github.com/1c7/CrashCourse-Chinese-ReactNative-App +* React Native Starter Kit +https://github.com/mcnamee/react-native-starter-app + ## 图书 * 《React Native入门与实战》 http://item.jd.com/11844102.html From 72c4e69e88fecb805247772f62d735e55a50ccf1 Mon Sep 17 00:00:00 2001 From: June Domingo <junedomingo@gmail.com> Date: Thu, 19 Oct 2017 21:37:30 +0800 Subject: [PATCH 11/18] Add movieapp and react-native-rename (#61) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 84f96a3..12a4ec7 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,9 @@ https://github.com/togayther/react-native-cnblogs * CC 速成班 https://github.com/1c7/CrashCourse-Chinese-ReactNative-App +* **Movieapp** +https://github.com/junedomingo/movieapp + * React Native Starter Kit https://github.com/mcnamee/react-native-starter-app @@ -489,6 +492,9 @@ https://www.decosoftware.com/ * **ignite - React Native CLI项目生成器** https://github.com/infinitered/ignite +* **react-native-rename** +https://github.com/junedomingo/react-native-rename + ## 资源网站 * React-native官网 From b6995ca8ab24b379499a3e8d9877e9cebfc6c00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=99=93=E5=BB=BA?= <m15101661380_1@163.com> Date: Sun, 21 Jan 2018 16:34:44 +0800 Subject: [PATCH 12/18] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE:=E4=BB=BF=E8=B1=86=E7=93=A3=E7=94=B5?= =?UTF-8?q?=E5=BD=B1APP=20(#62)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a4ec7..d1e2dc3 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,9 @@ https://github.com/facebook/react-native/tree/master/Examples * **Facebook F8 App** https://github.com/fbsamples/f8app +* **仿豆瓣APP** +https://github.com/jianxiaoBai/douban + * **GitHub Popular(一个用来查看GitHub最受欢迎与最热项目的App)已上架** https://github.com/crazycodeboy/GitHubPopular @@ -256,7 +259,7 @@ https://github.com/fakefish/Weekly75 https://github.com/catalinmiron/react-native-dribbble-app * **Gank.io客户端** -https://github.com/Bob1993/React-Native-Gank +https://github.com/Bob1993/React-Native-Gank * **Mdcc客户端(优质)** https://github.com/Bob1993/mdcc-client From 3be300138eb42de17a033a9b3255029114582862 Mon Sep 17 00:00:00 2001 From: MelonRice <lihongwei850718@gmail.com> Date: Wed, 14 Mar 2018 09:25:48 +0800 Subject: [PATCH 13/18] Update README.md (#64) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1e2dc3..87d09ff 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,9 @@ https://github.com/1c7/CrashCourse-Chinese-ReactNative-App * **Movieapp** https://github.com/junedomingo/movieapp +* **虎扑客户端** +https://github.com/MelonRice/ReactNative-HupuJRS + * React Native Starter Kit https://github.com/mcnamee/react-native-starter-app From 0f082583dfdedd7cbca121c555d5fb03954aeea0 Mon Sep 17 00:00:00 2001 From: Eric Huang <ele828@gmail.com> Date: Tue, 17 Apr 2018 09:50:32 +0800 Subject: [PATCH 14/18] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=98=E6=96=B9sampl?= =?UTF-8?q?es=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d09ff..0e19b72 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ http://www.infoq.com/cn/articles/react-native-web > 研究源码也是一个很好的学习方式 * 官方演示App -https://github.com/facebook/react-native/tree/master/Examples +https://github.com/fbsamples/react-native-samples * **Facebook F8 App** https://github.com/fbsamples/f8app From 87192780e34f11eedfc7dce791c52dcf26f5601e Mon Sep 17 00:00:00 2001 From: Vizards <gvizards@gmail.com> Date: Tue, 1 May 2018 22:42:11 +0800 Subject: [PATCH 15/18] add an open source RN APP (#65) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0e19b72..a75f0c8 100644 --- a/README.md +++ b/README.md @@ -411,6 +411,9 @@ https://github.com/MelonRice/ReactNative-HupuJRS * React Native Starter Kit https://github.com/mcnamee/react-native-starter-app +* uestc-react-native-ios - 电子科技大学「UESTC」iOS 客户端(With MobX) +https://github.com/Vizards/uestc-react-native-ios + ## 图书 * 《React Native入门与实战》 http://item.jd.com/11844102.html @@ -553,3 +556,5 @@ http://www.dobest.me/blog/2016/06/12/%E4%BD%BF%E7%94%A8React%20Native%E4%B8%80%E http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/ * weex&ReactNative对比 https://zhuanlan.zhihu.com/p/21677103 + + From 116c475878f8def1b5fd43195604f29456dc0965 Mon Sep 17 00:00:00 2001 From: Zeno <513005627@qq.com> Date: Sun, 20 May 2018 10:30:35 +0800 Subject: [PATCH 16/18] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a75f0c8..a1377e7 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,9 @@ https://github.com/mcnamee/react-native-starter-app * uestc-react-native-ios - 电子科技大学「UESTC」iOS 客户端(With MobX) https://github.com/Vizards/uestc-react-native-ios +* **React Native实现阅读器,模仿每日一文** * +https://github.com/ZeeeeeeNo/ReactNativeEveryDayRead + ## 图书 * 《React Native入门与实战》 http://item.jd.com/11844102.html From c17eec9f5b235b9d12d34ecf2e905a5e92ec7be5 Mon Sep 17 00:00:00 2001 From: Zeno <513005627@qq.com> Date: Sun, 20 May 2018 10:31:05 +0800 Subject: [PATCH 17/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1377e7..177daee 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,7 @@ https://github.com/mcnamee/react-native-starter-app * uestc-react-native-ios - 电子科技大学「UESTC」iOS 客户端(With MobX) https://github.com/Vizards/uestc-react-native-ios -* **React Native实现阅读器,模仿每日一文** * +* **React Native实现阅读器,模仿每日一文** https://github.com/ZeeeeeeNo/ReactNativeEveryDayRead ## 图书 From 88688b60ba4d0504010a7f7b615a6abccbbdc020 Mon Sep 17 00:00:00 2001 From: DengYun <tdzl2003@gmail.com> Date: Mon, 21 May 2018 20:57:49 +0800 Subject: [PATCH 18/18] =?UTF-8?q?reactjs.cn=E9=A1=B5=E9=9D=A2=E5=B7=B2?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index a75f0c8..ee0e6f2 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,6 @@ https://github.com/febobo/react-native-redux-FeInn ### React.js -* react.js中文文档 -http://reactjs.cn/ - * react.js入门教程(gitbook) https://hulufei.gitbooks.io/react-tutorial/content/introduction.html