React-Native学习指南
React-Native學(xué)習(xí)指南
本指南匯集React-Native各類學(xué)習(xí)資源,給大家提供便利。指南正在不斷的更新,大家有好的資源歡迎提供給我們
目錄
- 教程
- React Native
- React.js
- ES6
- 系列教程
- 開源APP
- 圖書
- 組件
- 工具
- 資源網(wǎng)站
- 業(yè)界討論
教程
React Native
- 構(gòu)建 Facebook F8 2016 App / React Native 開發(fā)指南
http://f8-app.liaohuqiu.net/
- React-Native入門指南
https://github.com/vczero/rea...
- 30天學(xué)習(xí)React Native教程
https://github.com/fangwei716...
- React-Native視頻教程(部分免費(fèi))
https://egghead.io/technologi...
- React Native 開發(fā)培訓(xùn)視頻教程(中文|免費(fèi))
https://www.gitbook.com/book/...
- 那些攜程火車票業(yè)務(wù)在RN實(shí)踐中踩過(guò)的坑
https://zhuanlan.zhihu.com/p/...
- react-native 官方api文檔
http://facebook.github.io/rea...
- react-native中文文檔(極客學(xué)院)
http://wiki.jikexueyuan.com/p...
- react-native中文文檔(react native中文網(wǎng),人工翻譯,官網(wǎng)完全同步)
http://react-native.cn/docs/g...
- react-native第一課
http://html-js.com/article/2783
- 深入淺出 React Native:使用 JavaScript 構(gòu)建原生應(yīng)用
http://zhuanlan.zhihu.com/Fro...
- React Native通信機(jī)制詳解
http://blog.cnbang.net/tech/2...
- React Native布局篇
https://segmentfault.com/a/11...
- React Native 基礎(chǔ)練習(xí)指北(一)
https://segmentfault.com/a/11...
- React Native 基礎(chǔ)練習(xí)指北(二)
https://segmentfault.com/a/11...
- Diary of Building an iOS App with React Native
http://herman.asia/building-a...
- React Native For Beginners – The Next Big Thing?
https://devdactic.com/react-n...
- How To Implement A Tab Bar With React Native
https://devdactic.com/react-n...
- tcomb-form-native使用視頻教程(需翻墻)
https://react.rocks/example/t...
- React Native分享記錄
https://segmentfault.com/a/11...
- React Native構(gòu)建本地視圖組件
https://www.dobest.me/article/11
- react-native-android-lession(安卓系列教程)
https://github.com/yipengmu/r...
- React Native模塊橋接詳解
https://www.dobest.me/article/14
- React Native: 配置和起步
http://www.liaohuqiu.net/cn/p...
- React Native: Android 的打包
http://www.liaohuqiu.net/cn/p...
- ReactNative之原生模塊開發(fā)并發(fā)布——iOS篇
http://www.liuchungui.com/blo...
- ReactNative之原生模塊開發(fā)并發(fā)布——android篇
http://www.liuchungui.com/blo...
- react-native的第一課
https://github.com/coderyi/bl...
- React-Native專題系列文章
http://www.lcode.org/react-na...
- react native redux FeInn 從0到1讓你學(xué)會(huì)搭建一個(gè)APP
https://github.com/febobo/rea...
React.js
- react.js入門教程(gitbook)
https://hulufei.gitbooks.io/r...
- react.js快速入門教程 - 阮一峰
http://www.ruanyifeng.com/blo...
- react.js視頻教程
http://react-china.org/t/reac...
- React Native之React速學(xué)教程
https://github.com/crazycodeb...
ES6
- 深入淺出ES6(一):ES6是什么
http://www.infoq.com/cn/artic...
- 深入淺出ES6(二):迭代器和for-of循環(huán)
http://www.infoq.com/cn/artic...
- 深入淺出ES6(三):生成器 Generators
http://www.infoq.com/cn/artic...
- 深入淺出ES6(四):模板字符串
http://www.infoq.com/cn/artic...
- 深入淺出ES6(五):不定參數(shù)和默認(rèn)參數(shù)
http://www.infoq.com/cn/artic...
- 深入淺出ES6(六):解構(gòu)Destructuring
http://www.infoq.com/cn/artic...
- 深入淺出ES6(七):箭頭函數(shù)Arrow Functions
http://www.infoq.com/cn/artic...
- 深入淺出ES6(八):Symbols
http://www.infoq.com/cn/artic...
- 深入淺出ES6(九):學(xué)習(xí)Babel和Broccoli,馬上就用ES6
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十):集合
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十一):生成器Generators,續(xù)篇
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十二):代理Proxies
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十三):類Class
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十四):let和const
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十五):子類Subclassing
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十六):模塊Modules
http://www.infoq.com/cn/artic...
- 深入淺出ES6(十七):展望未來(lái)
http://www.infoq.com/cn/artic...
系列教程
- 深入淺出React(一):React的設(shè)計(jì)哲學(xué) - 簡(jiǎn)單之美
http://www.infoq.com/cn/artic...
- 深入淺出React(二):React開發(fā)神器Webpack
http://www.infoq.com/cn/artic...
- 深入淺出React(三):理解JSX和組件
http://www.infoq.com/cn/artic...
- 深入淺出React(四):虛擬DOM Diff算法解析
http://www.infoq.com/cn/artic...
- 深入淺出React(五):使用Flux搭建React應(yīng)用程序架構(gòu)
http://www.infoq.com/cn/artic...
- react-webpack-cookbook中文版
http://fakefish.github.io/rea...
- Flex 布局語(yǔ)法教程
http://www.ruanyifeng.com/blo...
- React 初探
http://www.alloyteam.com/2015...
- React虛擬DOM淺析
http://www.alloyteam.com/2015...
- react組件間通信
http://www.alloyteam.com/2015...
- React 數(shù)據(jù)流管理架構(gòu)之 Redux 介紹
http://www.alloyteam.com/2015...
- React服務(wù)器端渲染實(shí)踐小結(jié)
http://www.alloyteam.com/2015...
- React Native Android 踩坑之旅
http://www.alloyteam.com/2015...
- React Native 之 JSBridge
http://www.alloyteam.com/2015...
- React Native 研究與實(shí)踐教程
https://github.com/crazycodeb...
React Native探索系列教程
- React Native探索(一):背景、規(guī)劃和風(fēng)險(xiǎn)
http://www.infoq.com/cn/artic...
- React Native探索(二):布局篇
http://www.infoq.com/cn/artic...
- React Native探索(三):與 react-web 的融合
http://www.infoq.com/cn/artic...
開源APP
研究源碼也是一個(gè)很好的學(xué)習(xí)方式- 官方演示App
https://github.com/fbsamples/...
- Facebook F8 App
https://github.com/fbsamples/...
- 仿豆瓣APP
https://github.com/jianxiaoBa...
- GitHub Popular(一個(gè)用來(lái)查看GitHub最受歡迎與最熱項(xiàng)目的App)已上架
https://github.com/crazycodeb...
- 奇舞周刊 iOS 版(上架應(yīng)用)
https://github.com/fakefish/W...
- react-native-dribbble-app
https://github.com/catalinmir...
- Gank.io客戶端
https://github.com/Bob1993/Re...
- Mdcc客戶端(優(yōu)質(zhì))
https://github.com/Bob1993/md...
- Leanote for iOS(云筆記)
https://github.com/leanote/le...
- ReactNativeRubyChina
https://github.com/henter/Rea...
- HackerNews-React-Native
https://github.com/iSimar/Hac...
- React-Native新聞客戶端
https://github.com/tabalt/Rea...
- newswatch(新聞客戶端)
https://github.com/bradoyler/...
- buyscreen(購(gòu)買頁(yè)面)
https://github.com/appintheai...
- V2EX客戶端
https://github.com/samuel1112...
- react-native-todo
https://github.com/joemaddalo...
- react-native-beer
https://github.com/muratsu/re...
- react-native-stars
https://github.com/86/react-n...
- 模仿天貓首頁(yè)的app
https://github.com/hugohua/re...
- ReactNativeChess
https://github.com/csarsam/Re...
- react native 編寫的音樂(lè)軟件
https://github.com/Johnqing/m...
- react-native-pokedex
https://github.com/ababol/rea...
- CNode-React-Native
https://github.com/SFantasy/C...
- 8tracks電臺(tái)客戶端
https://github.com/voroniansk...
- React-Native實(shí)現(xiàn)的計(jì)算器
https://github.com/yoxisem544...
- 房產(chǎn)搜索app
https://github.com/jawee/reac...
- 知乎專欄app
https://github.com/LeezQ/reac...
- ForeignExchangeApp
https://github.com/peralmq/Fo...
- Segmentfault 客戶端
https://github.com/fakefish/s...
- 糗事百科app
https://github.com/stormhouse...
- 孢子社區(qū)app
https://github.com/Hi-Rube/ba...
- 深JS app
https://github.com/fraserxu/s...
- Den - 房屋銷售app*
https://github.com/asamiller/den
- Noder-cnodejs客戶端
https://github.com/soliury/no...
- 知乎日?qǐng)?bào)Android版
https://github.com/race604/Zh...
- ziliun-react-native
https://github.com/sonnylazua...
- react-native-weather-app
https://github.com/shevawen/r...
- React Native Sample App(Navigation,Flux)
https://github.com/taskrabbit...
- TesterHome社區(qū)app
https://github.com/qddegtya/A...
- Finance - 股票報(bào)價(jià)app
https://github.com/7kfpun/Fin...
- shopping - 購(gòu)物app
https://github.com/bigsui/sho...
- zhuiyuan - 追源cms app
https://github.com/kazaff/Zhu...
- uestc-bbs-react-native - UESTC清水河畔RN客戶端(with Redux)
https://github.com/just4fun/u...
- react-native-nw-react-calculator(iOS/Android、Web、桌面多端)
https://github.com/benoitvall...
- react-native-nba-app
https://github.com/wwayne/rea...
- 開源中國(guó)的Git@OSC客戶端
http://git.oschina.net/rplees...
- rn_bycloud 幫瀛律師端app
https://github.com/liuchungui...
- ReactNativeRollingExamples
https://github.com/joggerplus...
- Reading App Write In React-Native(Studying and Programing
https://github.com/attentiven...
- 數(shù)獨(dú) - 重拾純粹數(shù)獨(dú)的樂(lè)趣
https://github.com/nihgwu/rea...
- Shop-React-Native
https://github.com/EleTeam/Sh...
- 掘金客戶端
https://github.com/wangdicode...
- cnblogs 客戶端
https://github.com/togayther/...
- CC 速成班
https://github.com/1c7/CrashC...
- Movieapp
https://github.com/junedoming...
- 虎撲客戶端
https://github.com/MelonRice/...
- React Native Starter Kit
https://github.com/mcnamee/re...
- uestc-react-native-ios - 電子科技大學(xué)「UESTC」iOS 客戶端(With MobX)
https://github.com/Vizards/ue...
- React Native實(shí)現(xiàn)閱讀器,模仿每日一文
https://github.com/ZeeeeeeNo/...
圖書
- 《React Native入門與實(shí)戰(zhàn)》
http://item.jd.com/11844102.html
- 《React Native開發(fā)指南》
http://www.ituring.com.cn/boo...
- 《React Native跨平臺(tái)移動(dòng)應(yīng)用開發(fā)》
http://item.jd.com/1037299831...
- 《React Native:用JavaScript開發(fā)移動(dòng)應(yīng)用》
http://item.jd.com/11785195.html
組件
由于已經(jīng)有較好的組件庫(kù)網(wǎng)站,這里就不做總結(jié)??梢灾苯硬榭慈缦戮W(wǎng)站,過(guò)后可能精選一部分優(yōu)質(zhì)組件出來(lái) :P- React-native組件庫(kù)(比較全的組件庫(kù))
https://js.coach/
- React Native Modules
http://reactnativemodules.com/
- 最佳輪播類組件
https://github.com/leecade/re...
- react-native-simple-router
https://github.com/react-nati...
- react-native-router-flux
https://github.com/aksonov/re...
- 下拉刷新組件
https://github.com/jsdf/react...
- 模態(tài)框
https://github.com/brentvatne...
- react-native-navbar
https://github.com/react-nati...
- 滾動(dòng)輪播組件
https://github.com/appintheai...
- HTML顯示組件
https://github.com/jsdf/react...
- Material React Native (MRN) - Material Design組件庫(kù)
https://github.com/binggg/mrn
- react-native-gitfeed - GitHub客戶端(iOS/Android)
https://github.com/xiekw2010/...
- React-Native-Elements - React Native樣式組件庫(kù)
https://github.com/react-nati...
- Shoutem UI - React Native樣式組件庫(kù)
https://github.com/shoutem/ui
- BlankApp UI - 高可定制和主題化的 React Native 組件庫(kù)
https://github.com/blankapp/ui
工具
- react-native-snippets(代碼提示)
https://github.com/Shrugs/rea...
- react-native-babel(使用ES6+)
https://github.com/roman01la/...
- sqlite for react-native
https://github.com/almost/rea...
- gulp-react-native-css(就像寫css一樣寫React Style)
https://github.com/soliury/gu...
- rnpm(React Native Package Manager)
https://github.com/rnpm/rnpm
- Pepperoni - React Native項(xiàng)目初始化套件
https://github.com/futurice/p...
- Deco IDE - React Native IDE
https://www.decosoftware.com/
- ignite - React Native CLI項(xiàng)目生成器
https://github.com/infinitere...
- react-native-rename
https://github.com/junedoming...
資源網(wǎng)站
- React-native官網(wǎng)
http://facebook.github.io/rea...
- React-China社區(qū)
http://react-china.org/
- React Native中文社區(qū)
http://bbs.react-native.cn/
- React-native組件庫(kù)(比較全的組件庫(kù))
http://react.parts/
- React Native Modules
http://reactnativemodules.com/
- Use React Native 資訊站(使用技巧及新聞)
http://www.reactnative.com/
- React Native Tools
http://www.rntools.co/
- 11款React Native開源移動(dòng) UI 組件
http://www.oschina.net/news/6...
- 稀土掘金的 React 標(biāo)簽
http://gold.xitu.io/#/tag/Rea... http://gold.xitu.io/#/tag/React%20Native
業(yè)界討論
- 跨平臺(tái)開發(fā)時(shí)代的 (再次) 到來(lái)?( Xamarin,NativeScript 和 React Native 對(duì)比)
http://onevcat.com/2015/03/cr...
- 談?wù)?React Native - 唐巧
http://blog.devtang.com/blog/...
- 如何評(píng)價(jià)React-Native?
https://www.zhihu.com/questio...
- React Native概述:背景、規(guī)劃和風(fēng)險(xiǎn)
http://div.io/topic/938
- Native與Web的融合 - Qcon中React-Native演講
http://www.infoq.com/cn/prese...
- 使用React Native一年后的感受
http://www.dobest.me/blog/201...
- Weex & ReactNative & JSPatch大對(duì)比
http://awhisper.github.io/201...
- weex&ReactNative對(duì)比
https://zhuanlan.zhihu.com/p/...
<br/>
原文來(lái)自:https://github.com/reactnativ...
總結(jié)
以上是生活随笔為你收集整理的React-Native学习指南的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: “生于忧患,死于安乐”之程序员人生
- 下一篇: (转)Web Framework 的速度