React-Native從入門到放棄(二)

demo完成之后椎木,公司沒用,沒有精力再弄了博烂,給大家列出學(xué)習(xí)資料

React Native

構(gòu)建 Facebook F8 2016 App / React Native 開發(fā)指南http://f8-app.liaohuqiu.net/

React-Native入門指南https://github.com/vczero/react-native-lesson

30天學(xué)習(xí)React Native教程https://github.com/fangwei716/30-days-of-react-native

React-Native視頻教程(部分免費(fèi))https://egghead.io/technologies/react

react-native 官方api文檔http://facebook.github.io/react-native/docs/getting-started.html

react-native中文文檔(極客學(xué)院)http://wiki.jikexueyuan.com/project/react-native/

react-native中文文檔(react native中文網(wǎng)笨枯,人工翻譯沦疾,官網(wǎng)完全同步)http://react-native.cn/docs/getting-started.html

react-native第一課http://html-js.com/article/2783

深入淺出 React Native:使用 JavaScript 構(gòu)建原生應(yīng)用http://zhuanlan.zhihu.com/FrontendMagazine/19996445

React Native通信機(jī)制詳解http://blog.cnbang.net/tech/2698/

React Native布局篇https://segmentfault.com/a/1190000002658374

React Native 基礎(chǔ)練習(xí)指北(一)https://segmentfault.com/a/1190000002645929

React Native 基礎(chǔ)練習(xí)指北(二)https://segmentfault.com/a/1190000002647733

Diary of Building an iOS App with React Nativehttp://herman.asia/building-a-flashcard-app-with-react-native

Use React Native in Existing iOS Apphttp://blog-en.leapoahead.com/post/use-react-native-in-existing-ios-app

React Native For Beginners – The Next Big Thing?https://devdactic.com/react-native-for-beginners/

How To Implement A Tab Bar With React Nativehttps://devdactic.com/react-native-tab-bar/

tcomb-form-native使用視頻教程(需翻墻)https://react.rocks/example/tcomb-form-native

React Native分享記錄https://segmentfault.com/a/1190000002678782

React Native構(gòu)建本地視圖組件https://www.dobest.me/article/11

react-native-android-lession(安卓系列教程)https://github.com/yipengmu/react-native-android-lession

React Native模塊橋接詳解https://www.dobest.me/article/14

React Native: 配置和起步http://www.liaohuqiu.net/cn/posts/react-native-1/

React Native: Android 的打包http://www.liaohuqiu.net/cn/posts/react-native-android-package/

ReactNative之原生模塊開發(fā)并發(fā)布——iOS篇http://www.liuchungui.com/blog/2016/05/02/reactnativezhi-yuan-sheng-mo-kuai-kai-fa-bing-fa-bu-iospian/

ReactNative之原生模塊開發(fā)并發(fā)布——android篇http://www.liuchungui.com/blog/2016/05/08/reactnativezhi-yuan-sheng-mo-kuai-kai-fa-bing-fa-bu-androidpian/

react-native的第一課https://github.com/coderyi/blog/blob/master/articles/2016/0122_react-native_first_lesson.md

React-Native專題系列文章http://www.lcode.org/react-native/

React.js

react.js中文文檔http://reactjs.cn/

react.js入門教程(gitbook)https://hulufei.gitbooks.io/react-tutorial/content/introduction.html

react.js快速入門教程 - 阮一峰http://www.ruanyifeng.com/blog/2015/03/react.html

react.js視頻教程http://react-china.org/t/reactjs/584

ES6

深入淺出ES6(一):ES6是什么http://www.infoq.com/cn/articles/es6-in-depth-an-introduction

深入淺出ES6(二):迭代器和for-of循環(huán)http://www.infoq.com/cn/articles/es6-in-depth-iterators-and-the-for-of-loop

深入淺出ES6(三):生成器 Generatorshttp://www.infoq.com/cn/articles/es6-in-depth-generators

深入淺出ES6(四):模板字符串http://www.infoq.com/cn/articles/es6-in-depth-template-string

深入淺出ES6(五):不定參數(shù)和默認(rèn)參數(shù)http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults

系列教程

深入淺出React(一):React的設(shè)計(jì)哲學(xué) - 簡單之美http://www.infoq.com/cn/articles/react-art-of-simplity

深入淺出React(二):React開發(fā)神器Webpackhttp://www.infoq.com/cn/articles/react-and-webpack

深入淺出React(三):理解JSX和組件http://www.infoq.com/cn/articles/react-jsx-and-component

深入淺出React(四):虛擬DOM Diff算法解析http://www.infoq.com/cn/articles/react-dom-diff

深入淺出React(五):使用Flux搭建React應(yīng)用程序架構(gòu)http://www.infoq.com/cn/articles/react-flux

react-webpack-cookbook中文版http://fakefish.github.io/react-webpack-cookbook/

Flex 布局語法教程http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html

React 初探http://www.alloyteam.com/2015/04/react-explore/

React虛擬DOM淺析http://www.alloyteam.com/2015/10/react-virtual-analysis-of-the-dom/

react組件間通信http://www.alloyteam.com/2015/07/react-zu-jian-jian-tong-xin/

React 數(shù)據(jù)流管理架構(gòu)之 Redux 介紹http://www.alloyteam.com/2015/09/react-redux/

React服務(wù)器端渲染實(shí)踐小結(jié)http://www.alloyteam.com/2015/10/8783/

React Native Android 踩坑之旅http://www.alloyteam.com/2015/10/react-native-android-steps-on-tour/

React Native 之 JSBridgehttp://www.alloyteam.com/2015/05/react-native-zhi-jsbridge/

React Native探索系列教程

React Native探索(一):背景、規(guī)劃和風(fēng)險(xiǎn)http://www.infoq.com/cn/articles/react-native-overview

React Native探索(二):布局篇http://www.infoq.com/cn/articles/react-native-layout

React Native探索(三):與 react-web 的融合http://www.infoq.com/cn/articles/react-native-web

開源APP

研究源碼也是一個(gè)很好的學(xué)習(xí)方式

官方演示Apphttps://github.com/facebook/react-native/tree/master/Examples

Facebook F8 Apphttps://github.com/fbsamples/f8app

奇舞周刊 iOS 版(上架應(yīng)用)https://github.com/fakefish/Weekly75

react-native-dribbble-apphttps://github.com/catalinmiron/react-native-dribbble-app

Gank.io客戶端https://github.com/Bob1993/React-Native-Gank

Leanote for iOS(云筆記)https://github.com/leanote/leanote-ios-rn

ReactNativeRubyChinahttps://github.com/henter/ReactNativeRubyChina

HackerNews-React-Nativehttps://github.com/iSimar/HackerNews-React-Native

React-Native新聞客戶端https://github.com/tabalt/ReactNativeNews

newswatch(新聞客戶端)https://github.com/bradoyler/newswatch-react-native

buyscreen(購買頁面)https://github.com/appintheair/react-native-buyscreen

V2EX客戶端https://github.com/samuel1112/v2er

react-native-todohttps://github.com/joemaddalone/react-native-todo

react-native-beerhttps://github.com/muratsu/react-native-beer

react-native-starshttps://github.com/86/react-native-stars

模仿天貓首頁的apphttps://github.com/hugohua/react-native-demo

ReactNativeChesshttps://github.com/csarsam/ReactNativeChess

react native 編寫的音樂軟件https://github.com/Johnqing/miumiu

react-native-pokedexhttps://github.com/ababol/react-native-pokedex

CNode-React-Nativehttps://github.com/SFantasy/CNode-React-Native

8tracks電臺(tái)客戶端https://github.com/voronianski/EightTracksReactNative

React-Native實(shí)現(xiàn)的計(jì)算器https://github.com/yoxisem544/Calculator-using-React-Native

房產(chǎn)搜索apphttps://github.com/jawee/react-native-PropertyFinder

知乎專欄apphttps://github.com/LeezQ/react-native-zhihu-app

ForeignExchangeApphttps://github.com/peralmq/ForeignExchangeApp

Segmentfault 客戶端https://github.com/fakefish/sf-react-native

糗事百科apphttps://github.com/stormhouse/QiuShiReactNative

孢子社區(qū)apphttps://github.com/Hi-Rube/baoz-ReactNative

深JS apphttps://github.com/fraserxu/shenjs

Den - 房屋銷售app*https://github.com/asamiller/den

Noder-cnodejs客戶端https://github.com/soliury/noder-react-native

知乎日報(bào)Android版https://github.com/race604/ZhiHuDaily-React-Native

ziliun-react-nativehttps://github.com/sonnylazuardi/ziliun-react-native

react-native-weather-apphttps://github.com/shevawen/react-native-weather-app

React Native Sample App(Navigation,Flux)https://github.com/taskrabbit/ReactNativeSampleApp

TesterHome社區(qū)apphttps://github.com/qddegtya/A-ReactNative-TesterHome

Finance - 股票報(bào)價(jià)apphttps://github.com/7kfpun/FinanceReactNative

shopping - 購物apphttps://github.com/bigsui/shopping-react-native

zhuiyuan - 追源cms apphttps://github.com/kazaff/ZhuiYuanDemo

uestc-bbs-react-native - UESTC清水河畔RN客戶端(with Redux)https://github.com/just4fun/uestc-bbs-react-native

react-native-nw-react-calculator(iOS/Android、Web异赫、桌面多端)https://github.com/benoitvallon/react-native-nw-react-calculator

react-native-nba-apphttps://github.com/wwayne/react-native-nba-app

開源中國的Git@OSC客戶端http://git.oschina.net/rplees/react-native-gitosc

rn_bycloud 幫瀛律師端apphttps://github.com/liuchungui/rn_bycloud

ReactNativeRollingExamples - react-native的一些examplehttps://github.com/joggerplus/ReactNativeRollingExamples

Reading App Write In React-Native(Studying and Programinghttps://github.com/attentiveness/reading

圖書

《React Native入門與實(shí)戰(zhàn)》http://item.jd.com/11844102.html

《React Native開發(fā)指南》http://www.ituring.com.cn/book/1846

《React Native跨平臺(tái)移動(dòng)應(yīng)用開發(fā)》http://item.jd.com/10372998311.html

《React Native:用JavaScript開發(fā)移動(dòng)應(yīng)用》http://item.jd.com/11785195.html

組件

由于已經(jīng)有較好的組件庫網(wǎng)站,這里就不做總結(jié)垦搬『舸纾可以直接查看如下網(wǎng)站,過后可能精選一部分優(yōu)質(zhì)組件出來 :P

React-native組件庫(比較全的組件庫)https://js.coach/

React Native Moduleshttp://reactnativemodules.com/

最佳輪播類組件https://github.com/leecade/react-native-swiper

react-native-simple-routerhttps://github.com/react-native-simple-router-community/react-native-simple-router

react-native-router-fluxhttps://github.com/aksonov/react-native-router-flux

下拉刷新組件https://github.com/jsdf/react-native-refreshable-listview

模態(tài)框https://github.com/brentvatne/react-native-modal

react-native-navbarhttps://github.com/react-native-fellowship/react-native-navbar

滾動(dòng)輪播組件https://github.com/appintheair/react-native-looped-carousel

HTML顯示組件https://github.com/jsdf/react-native-htmlview

Material React Native (MRN)- Material Design組件庫https://github.com/binggg/mrn

react-native-gitfeed - GitHub客戶端(iOS/Android)https://github.com/xiekw2010/react-native-gitfeed

工具

react-native-snippets(代碼提示)https://github.com/Shrugs/react-native-snippets

react-native-babel(使用ES6+)https://github.com/roman01la/react-native-babel

sqlite for react-nativehttps://github.com/almost/react-native-sqlite

gulp-react-native-css(就像寫css一樣寫React Style)https://github.com/soliury/gulp-react-native-css

rnpm(React Native Package Manager)https://github.com/rnpm/rnpm

Pepperoni - React Native項(xiàng)目初始化套件https://github.com/futurice/pepperoni-app-kit

Deco IDE - React Native IDEhttps://www.decosoftware.com/

ignite - React Native CLI項(xiàng)目生成器https://github.com/infinitered/ignite

資源網(wǎng)站

React-native官網(wǎng)http://facebook.github.io/react-native/

React-China社區(qū)http://react-china.org/

React Native中文社區(qū)http://bbs.react-native.cn/

React-native組件庫(比較全的組件庫)http://react.parts/

React Native Moduleshttp://reactnativemodules.com/

Use React Native 資訊站(使用技巧及新聞)http://www.reactnative.com/

11款React Native開源移動(dòng) UI 組件http://www.oschina.net/news/61214/11-react-native-ui-components

稀土掘金的 React 標(biāo)簽http://gold.xitu.io/#/tag/React.jshttp://gold.xitu.io/#/tag/React%20Native

業(yè)界討論

跨平臺(tái)開發(fā)時(shí)代的 (再次) 到來猴贰?( Xamarin对雪,NativeScript 和 React Native 對比)http://onevcat.com/2015/03/cross-platform/

談?wù)?React Native - 唐巧http://blog.devtang.com/blog/2015/02/01/talk-about-react-native/

如何評價(jià)React-Native?https://www.zhihu.com/question/27852694/answer/43990708

React Native概述:背景、規(guī)劃和風(fēng)險(xiǎn)http://div.io/topic/938

Native與Web的融合 - Qcon中React-Native演講http://www.infoq.com/cn/presentations/the-fusion-of-native-and-web

使用React Native一年后的感受http://www.dobest.me/blog/2016/06/12/%E4%BD%BF%E7%94%A8React%20Native%E4%B8%80%E5%B9%B4%E5%90%8E%E7%9A%84%E6%84%9F%E5%8F%97/

Weex & ReactNative & JSPatch大對比http://awhisper.github.io/2016/07/22/Weex-ReactNative-JSPatch/

weex&ReactNative對比https://zhuanlan.zhihu.com/p/21677103

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末米绕,一起剝皮案震驚了整個(gè)濱河市瑟捣,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌栅干,老刑警劉巖迈套,帶你破解...
    沈念sama閱讀 218,682評論 6 507
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異碱鳞,居然都是意外死亡桑李,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 93,277評論 3 395
  • 文/潘曉璐 我一進(jìn)店門窿给,熙熙樓的掌柜王于貴愁眉苦臉地迎上來贵白,“玉大人,你說我怎么就攤上這事崩泡〗模” “怎么了?”我有些...
    開封第一講書人閱讀 165,083評論 0 355
  • 文/不壞的土叔 我叫張陵允华,是天一觀的道長圈浇。 經(jīng)常有香客問我,道長靴寂,這世上最難降的妖魔是什么磷蜀? 我笑而不...
    開封第一講書人閱讀 58,763評論 1 295
  • 正文 為了忘掉前任,我火速辦了婚禮百炬,結(jié)果婚禮上褐隆,老公的妹妹穿的比我還像新娘。我一直安慰自己剖踊,他們只是感情好庶弃,可當(dāng)我...
    茶點(diǎn)故事閱讀 67,785評論 6 392
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著德澈,像睡著了一般歇攻。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上梆造,一...
    開封第一講書人閱讀 51,624評論 1 305
  • 那天缴守,我揣著相機(jī)與錄音,去河邊找鬼。 笑死屡穗,一個(gè)胖子當(dāng)著我的面吹牛贴捡,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播村砂,決...
    沈念sama閱讀 40,358評論 3 418
  • 文/蒼蘭香墨 我猛地睜開眼烂斋,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了础废?” 一聲冷哼從身側(cè)響起汛骂,我...
    開封第一講書人閱讀 39,261評論 0 276
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎评腺,沒想到半個(gè)月后香缺,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 45,722評論 1 315
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡歇僧,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 37,900評論 3 336
  • 正文 我和宋清朗相戀三年图张,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片诈悍。...
    茶點(diǎn)故事閱讀 40,030評論 1 350
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡祸轮,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出侥钳,到底是詐尸還是另有隱情适袜,我是刑警寧澤,帶...
    沈念sama閱讀 35,737評論 5 346
  • 正文 年R本政府宣布舷夺,位于F島的核電站苦酱,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏给猾。R本人自食惡果不足惜疫萤,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 41,360評論 3 330
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望敢伸。 院中可真熱鬧扯饶,春花似錦、人聲如沸池颈。這莊子的主人今日做“春日...
    開封第一講書人閱讀 31,941評論 0 22
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽躯砰。三九已至每币,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間琢歇,已是汗流浹背兰怠。 一陣腳步聲響...
    開封第一講書人閱讀 33,057評論 1 270
  • 我被黑心中介騙來泰國打工则北, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人痕慢。 一個(gè)月前我還...
    沈念sama閱讀 48,237評論 3 371
  • 正文 我出身青樓,卻偏偏與公主長得像涌矢,于是被迫代替她去往敵國和親掖举。 傳聞我的和親對象是個(gè)殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 44,976評論 2 355

推薦閱讀更多精彩內(nèi)容