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

demo完成之后,公司沒用,沒有精力再弄了,給大家列出學習資料

React Native

構建 Facebook F8 2016 App / React Native 開發指南http://f8-app.liaohuqiu.net/

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

30天學習React Native教程https://github.com/fangwei716/30-days-of-react-native

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

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

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

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

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

深入淺出 React Native:使用 JavaScript 構建原生應用http://zhuanlan.zhihu.com/FrontendMagazine/19996445

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

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

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

React Native 基礎練習指北(二)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構建本地視圖組件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之原生模塊開發并發布——iOS篇http://www.liuchungui.com/blog/2016/05/02/reactnativezhi-yuan-sheng-mo-kuai-kai-fa-bing-fa-bu-iospian/

ReactNative之原生模塊開發并發布——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循環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(五):不定參數和默認參數http://www.infoq.com/cn/articles/es6-in-depth-rest-parameters-and-defaults

系列教程

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

深入淺出React(二):React開發神器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應用程序架構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 數據流管理架構之 Redux 介紹http://www.alloyteam.com/2015/09/react-redux/

React服務器端渲染實踐小結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探索(一):背景、規劃和風險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

研究源碼也是一個很好的學習方式

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

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

奇舞周刊 iOS 版(上架應用)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電臺客戶端https://github.com/voronianski/EightTracksReactNative

React-Native實現的計算器https://github.com/yoxisem544/Calculator-using-React-Native

房產搜索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

孢子社區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

知乎日報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社區apphttps://github.com/qddegtya/A-ReactNative-TesterHome

Finance - 股票報價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入門與實戰》http://item.jd.com/11844102.html

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

《React Native跨平臺移動應用開發》http://item.jd.com/10372998311.html

《React Native:用JavaScript開發移動應用》http://item.jd.com/11785195.html

組件

由于已經有較好的組件庫網站,這里就不做總結。可以直接查看如下網站,過后可能精選一部分優質組件出來 :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

模態框https://github.com/brentvatne/react-native-modal

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

滾動輪播組件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項目初始化套件https://github.com/futurice/pepperoni-app-kit

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

ignite - React Native CLI項目生成器https://github.com/infinitered/ignite

資源網站

React-native官網http://facebook.github.io/react-native/

React-China社區http://react-china.org/

React Native中文社區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開源移動 UI 組件http://www.oschina.net/news/61214/11-react-native-ui-components

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

業界討論

跨平臺開發時代的 (再次) 到來?( Xamarin,NativeScript 和 React Native 對比)http://onevcat.com/2015/03/cross-platform/

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

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

React Native概述:背景、規劃和風險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

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 228,505評論 6 533
  • 序言:濱河連續發生了三起死亡事件,死亡現場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機,發現死者居然都...
    沈念sama閱讀 98,556評論 3 418
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
    開封第一講書人閱讀 176,463評論 0 376
  • 文/不壞的土叔 我叫張陵,是天一觀的道長。 經常有香客問我,道長,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 63,009評論 1 312
  • 正文 為了忘掉前任,我火速辦了婚禮,結果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 71,778評論 6 410
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發上,一...
    開封第一講書人閱讀 55,218評論 1 324
  • 那天,我揣著相機與錄音,去河邊找鬼。 笑死,一個胖子當著我的面吹牛,可吹牛的內容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 43,281評論 3 441
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 42,436評論 0 288
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后,有當地人在樹林里發現了一具尸體,經...
    沈念sama閱讀 48,969評論 1 335
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 40,795評論 3 354
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發現自己被綠了。 大學時的朋友給我發了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 42,993評論 1 369
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤,帶...
    沈念sama閱讀 38,537評論 5 359
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響,放射性物質發生泄漏。R本人自食惡果不足惜,卻給世界環境...
    茶點故事閱讀 44,229評論 3 347
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 34,659評論 0 26
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春,著一層夾襖步出監牢的瞬間,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 35,917評論 1 286
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人。 一個月前我還...
    沈念sama閱讀 51,687評論 3 392
  • 正文 我出身青樓,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 47,990評論 2 374

推薦閱讀更多精彩內容