React Native著力於提高多平臺開發的開發效率 —— 僅需學習一次,編寫任何平臺。(Learn once, write anywhere)。
本文彙集了React-Native各類學習資源,方便大家學習,同時還有 [Awesome React Native系列],請收下!(github.com/jondot/awes…
目錄
- 教程
- React Nativeb.com/reactnativecn/react-native-guide#reactjs)
- ES6
- 系列教程
- 開源APP
- 圖書
- 元件
- 工具
- 資源網站
- 業界討論
教程
React Native
構建 Facebook F8 2016 App / React Native 開發指南 f8-app.liaohuqiu.net/
React-Native入門指南 github.com/vczero/reac…
30天學習React Native教程 github.com/fangwei716/…
React-Native視訊教程(部分免費) egghead.io/technologie…
React Native 開發培訓視訊教程(中文|免費) www.gitbook.com/book/unbug/…
react-native 官方api文件 facebook.github.io/react-nativ…
react-native中文文件(極客學院) wiki.jikexueyuan.com/project/rea…
react-native中文文件(react native中文網,人工翻譯,官網完全同步) react-native.cn/docs/gettin…
react-native第一課 html-js.com/article/278…
深入淺出 React Native:使用 JavaScript 構建原生應用 zhuanlan.zhihu.com/FrontendMag…
React Native通訊機制詳解 blog.cnbang.net/tech/2698/
React Native佈局篇 segmentfault.com/a/119000000…
React Native 基礎練習指北(一) segmentfault.com/a/119000000…
React Native 基礎練習指北(二) segmentfault.com/a/119000000…
Diary of Building an iOS App with React Native herman.asia/building-a-…
React Native For Beginners – The Next Big Thing? devdactic.com/react-nativ…
How To Implement A Tab Bar With React Native devdactic.com/react-nativ…
tcomb-form-native使用視訊教程(需翻牆) react.rocks/example/tco…
React Native分享記錄 segmentfault.com/a/119000000…
React Native構建本地檢視元件 www.dobest.me/article/11
react-native-android-lession(安卓系列教程) github.com/yipengmu/re…
React Native模組橋接詳解 www.dobest.me/article/14
React Native: 配置和起步 www.liaohuqiu.net/cn/posts/re…
React Native: Android 的打包 www.liaohuqiu.net/cn/posts/re…
ReactNative之原生模組開發併發布——iOS篇 www.liuchungui.com/blog/2016/0…
ReactNative之原生模組開發併發布——android篇 www.liuchungui.com/blog/2016/0…
react-native的第一課 github.com/coderyi/blo…
React-Native專題系列文章 www.lcode.org/react-nativ…
react native redux FeInn 從0到1讓你學會搭建一個APP github.com/febobo/reac…
React.js
react.js中文文件 reactjs.cn/
react.js入門教程(gitbook) hulufei.gitbooks.io/react-tutor…
react.js快速入門教程 - 阮一峰 www.ruanyifeng.com/blog/2015/0…
react.js視訊教程 react-china.org/t/reactjs/5…
React Native之React速學教程github.com/crazycodebo…
ES6
深入淺出ES6(一):ES6是什麼 www.infoq.com/cn/articles…
深入淺出ES6(二):迭代器和for-of迴圈 www.infoq.com/cn/articles…
深入淺出ES6(三):生成器 Generators www.infoq.com/cn/articles…
深入淺出ES6(四):模板字串 www.infoq.com/cn/articles…
深入淺出ES6(五):不定引數和預設引數 www.infoq.com/cn/articles…
深入淺出ES6(六):解構Destructuring www.infoq.com/cn/articles…
深入淺出ES6(七):箭頭函式Arrow Functions www.infoq.com/cn/articles…
深入淺出ES6(八):Symbols www.infoq.com/cn/articles…
深入淺出ES6(九):學習Babel和Broccoli,馬上就用ES6 www.infoq.com/cn/articles…
深入淺出ES6(十):集合 www.infoq.com/cn/articles…
深入淺出ES6(十一):生成器Generators,續篇 www.infoq.com/cn/articles…
深入淺出ES6(十二):代理Proxies www.infoq.com/cn/articles…
深入淺出ES6(十三):類Class www.infoq.com/cn/articles…
深入淺出ES6(十四):let和const www.infoq.com/cn/articles…
深入淺出ES6(十五):子類Subclassing www.infoq.com/cn/articles…
深入淺出ES6(十六):模組Modules www.infoq.com/cn/articles…
深入淺出ES6(十七):展望未來 www.infoq.com/cn/articles…
系列教程
深入淺出React(一):React的設計哲學 - 簡單之美 www.infoq.com/cn/articles…
深入淺出React(二):React開發神器Webpack www.infoq.com/cn/articles…
深入淺出React(三):理解JSX和元件 www.infoq.com/cn/articles…
深入淺出React(四):虛擬DOM Diff演算法解析 www.infoq.com/cn/articles…
深入淺出React(五):使用Flux搭建React應用程式架構 www.infoq.com/cn/articles…
react-webpack-cookbook中文版 fakefish.github.io/react-webpa…
Flex 佈局語法教程 www.ruanyifeng.com/blog/2015/0…
React 初探 www.alloyteam.com/2015/04/rea…
React虛擬DOM淺析 www.alloyteam.com/2015/10/rea…
react元件間通訊 www.alloyteam.com/2015/07/rea…
React 資料流管理架構之 Redux 介紹 www.alloyteam.com/2015/09/rea…
React伺服器端渲染實踐小結 www.alloyteam.com/2015/10/878…
React Native Android 踩坑之旅 www.alloyteam.com/2015/10/rea…
React Native 之 JSBridge www.alloyteam.com/2015/05/rea…
React Native 研究與實踐教程 github.com/crazycodebo…
React Native探索系列教程
React Native探索(一):背景、規劃和風險 www.infoq.com/cn/articles…
React Native探索(二):佈局篇 www.infoq.com/cn/articles…
React Native探索(三):與 react-web 的融合 www.infoq.com/cn/articles…
開源APP
研究原始碼也是一個很好的學習方式
官方演示App github.com/facebook/re…
Facebook F8 App github.com/fbsamples/f…
GitHub Popular(一個用來檢視GitHub最受歡迎與最熱專案的App)已上架github.com/crazycodebo…
奇舞週刊 iOS 版(上架應用) github.com/fakefish/We…
react-native-dribbble-app github.com/catalinmiro…
Gank.io客戶端 github.com/Bob1993/Rea…
Mdcc客戶端(優質) github.com/Bob1993/mdc…
Leanote for iOS(雲筆記) github.com/leanote/lea…
ReactNativeRubyChina github.com/henter/Reac…
HackerNews-React-Native github.com/iSimar/Hack…
React-Native新聞客戶端 github.com/tabalt/Reac…
newswatch(新聞客戶端) github.com/bradoyler/n…
buyscreen(購買頁面) github.com/appintheair…
V2EX客戶端 github.com/samuel1112/…
react-native-todo github.com/joemaddalon…
react-native-beer github.com/muratsu/rea…
react-native-stars github.com/86/react-na…
模仿天貓首頁的app github.com/hugohua/rea…
ReactNativeChess github.com/csarsam/Rea…
react native 編寫的音樂軟體 github.com/Johnqing/mi…
react-native-pokedex github.com/ababol/reac…
CNode-React-Native github.com/SFantasy/CN…
8tracks電臺客戶端 github.com/voronianski…
React-Native實現的計算器 github.com/yoxisem544/…
房產搜尋app github.com/jawee/react…
知乎專欄app github.com/LeezQ/react…
ForeignExchangeApp github.com/peralmq/For…
Segmentfault 客戶端 github.com/fakefish/sf…
糗事百科app github.com/stormhouse/…
孢子社群app github.com/Hi-Rube/bao…
深JS app github.com/fraserxu/sh…
Den - 房屋銷售app* github.com/asamiller/d…
Noder-cnodejs客戶端 github.com/soliury/nod…
知乎日報Android版 github.com/race604/Zhi…
ziliun-react-native github.com/sonnylazuar…
react-native-weather-app github.com/shevawen/re…
React Native Sample App(Navigation,Flux) github.com/taskrabbit/…
TesterHome社群app github.com/qddegtya/A-…
Finance - 股票報價app github.com/7kfpun/Fina…
shopping - 購物app github.com/bigsui/shop…
zhuiyuan - 追源cms app github.com/kazaff/Zhui…
uestc-bbs-react-native - UESTC清水河畔RN客戶端(with Redux) github.com/just4fun/ue…
react-native-nw-react-calculator(iOS/Android、Web、桌面多端) github.com/benoitvallo…
react-native-nba-app github.com/wwayne/reac…
開源中國的Git@OSC客戶端 git.oschina.net/rplees/reac…
rn_bycloud 幫瀛律師端app github.com/liuchungui/…
ReactNativeRollingExamples github.com/joggerplus/…
Reading App Write In React-Native(Studying and Programing github.com/attentivene…
數獨 - 重拾純粹數獨的樂趣 github.com/nihgwu/reac…
Shop-React-Native github.com/EleTeam/Sho…
掘金客戶端 github.com/wangdicoder…
cnblogs 客戶端 github.com/togayther/r…
圖書
《React Native入門與實戰》 item.jd.com/11844102.ht…
《React Native開發指南》 www.ituring.com.cn/book/1846
《React Native跨平臺移動應用開發》 item.jd.com/10372998311…
《React Native:用JavaScript開發移動應用》 item.jd.com/11785195.ht…
元件
由於已經有較好的元件庫網站,這裡就不做總結。可以直接檢視如下網站,過後可能精選一部分優質元件出來 :P
React-native元件庫(比較全的元件庫) js.coach/
React Native Modules reactnativemodules.com/
最佳輪播類元件 github.com/leecade/rea…
react-native-simple-router github.com/react-nativ…
react-native-router-flux github.com/aksonov/rea…
下拉重新整理元件 github.com/jsdf/react-…
react-native-navbar github.com/react-nativ…
滾動輪播元件 github.com/appintheair…
HTML顯示元件 github.com/jsdf/react-…
Material React Native (MRN) - Material Design元件庫 github.com/binggg/mrn
react-native-gitfeed - GitHub客戶端(iOS/Android) github.com/xiekw2010/r…
React-Native-Elements - React Native樣式元件庫 github.com/react-nativ…
Shoutem UI - React Native樣式元件庫 github.com/shoutem/ui
工具
react-native-snippets(程式碼提示) github.com/Shrugs/reac…
react-native-babel(使用ES6+) github.com/roman01la/r…
sqlite for react-native github.com/almost/reac…
gulp-react-native-css(就像寫css一樣寫React Style) github.com/soliury/gul…
rnpm(React Native Package Manager) github.com/rnpm/rnpm
Pepperoni - React Native專案初始化套件 github.com/futurice/pe…
Deco IDE - React Native IDE www.decosoftware.com/
ignite - React Native CLI專案生成器 github.com/infinitered…
資源網站
React-native官網 facebook.github.io/react-nativ…
React-China社群 react-china.org/
React Native中文社群 bbs.react-native.cn/
React-native元件庫(比較全的元件庫) react.parts/
React Native Modules reactnativemodules.com/
Use React Native 資訊站(使用技巧及新聞) www.reactnative.com/
11款React Native開源移動 UI 元件 www.oschina.net/news/61214/…
稀土掘金的 React 標籤 gold.xitu.io/#/tag/React… gold.xitu.io/#/tag/React…
業界討論
跨平臺開發時代的 (再次) 到來?( Xamarin,NativeScript 和 React Native 對比) onevcat.com/2015/03/cro…
談談 React Native - 唐巧 blog.devtang.com/blog/2015/0…
如何評價React-Native? www.zhihu.com/question/27…
React Native概述:背景、規劃和風險 div.io/topic/938
Native與Web的融合 - Qcon中React-Native演講 www.infoq.com/cn/presenta…
使用React Native一年後的感受www.dobest.me/blog/2016/0…
Weex & ReactNative & JSPatch大對比 awhisper.github.io/2016/07/22/…
weex&ReactNative對比 zhuanlan.zhihu.com/p/21677103
更多精彩文章請關注微信公眾號"Android經驗分享":這裡將長期為您分享Android高手經驗、中外開源專案、原始碼解析、框架設計和Android好文推薦!