各類ReactNative學習資源、開源App和組件

xwax2668 7年前發布 | 9K 次閱讀 開源 ReactNative 移動開發 React Native

隨著現在混合開發的火熱,React Native和Weex的興起,越來越多的人學習混合開發,下面就github上一篇React Native的資料合集。

React-Native學習指南

本指南匯集React-Native各類學習資源,給大家提供便利。指南正在不斷的更新,大家有好的資源歡迎Pull Requests!

同時還有Awesome React Native系列 https://github.com/jondot/awesome-react-native

目錄

  • 教程

    • React Native

    • React.js

    • ES6

    • 系列教程

  • 開源APP

  • 圖書

  • 組件

  • 工具

  • 資源網站

  • 業界討論

教程

React Native

  • 構建 非死book 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 開發培訓視頻教程(中文|免費) https://www.gitbook.com/book/unbug/react-native-training/details

  • react-native 官方api文檔 http://非死book.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 Native http://herman.asia/building-a-flashcard-app-with-react-native

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

  • How To Implement A Tab Bar With React Native https://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

  • 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是什么 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(三):生成器 Generators http://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

  • 深入淺出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的設計哲學 - 簡單之美 http://www.infoq.com/cn/articles/react-art-of-simplity

  • 深入淺出React(二):React開發神器Webpack http://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 之 JSBridge http://www.alloyteam.com/2015/05/react-native-zhi-jsbridge/

  • React Native 研究與實踐教程 https://github.com/crazycodeboy/RNStudyNotes

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

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

  • 官方演示App https://github.com/非死book/react-native/tree/master/Examples

  • 非死book F8 App https://github.com/fbsamples/f8app

  • GitHub Popular(一個用來查看GitHub最受歡迎與最熱項目的App)已上架 https://github.com/crazycodeboy/GitHubPopular

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

  • react-native-dribbble-app https://github.com/catalinmiron/react-native-dribbble-app

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

  • Mdcc客戶端(優質) https://github.com/Bob1993/mdcc-client

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

  • ReactNativeRubyChina https://github.com/henter/ReactNativeRubyChina

  • HackerNews-React-Native https://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-todo https://github.com/joemaddalone/react-native-todo

  • react-native-beer https://github.com/muratsu/react-native-beer

  • react-native-stars https://github.com/86/react-native-stars

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

  • ReactNativeChess https://github.com/csarsam/ReactNativeChess

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

  • react-native-pokedex https://github.com/ababol/react-native-pokedex

  • CNode-React-Native https://github.com/SFantasy/CNode-React-Native

  • 8tracks電臺客戶端 https://github.com/voronianski/EightTracksReactNative

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

  • 房產搜索app https://github.com/jawee/react-native-PropertyFinder

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

  • ForeignExchangeApp https://github.com/peralmq/ForeignExchangeApp

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

  • 糗事百科app https://github.com/stormhouse/QiuShiReactNative

  • 孢子社區app https://github.com/Hi-Rube/baoz-ReactNative

  • 深JS app https://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-native https://github.com/sonnylazuardi/ziliun-react-native

  • react-native-weather-app https://github.com/shevawen/react-native-weather-app

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

  • TesterHome社區app https://github.com/qddegtya/A-ReactNative-TesterHome

  • Finance - 股票報價app https://github.com/7kfpun/FinanceReactNative

  • shopping - 購物app https://github.com/bigsui/shopping-react-native

  • zhuiyuan - 追源cms app https://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-app https://github.com/wwayne/react-native-nba-app

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

  • rn_bycloud 幫瀛律師端app https://github.com/liuchungui/rn_bycloud

  • ReactNativeRollingExamples https://github.com/joggerplus/ReactNativeRollingExamples

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

  • 數獨 - 重拾純粹數獨的樂趣 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

  • 《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 Modules http://reactnativemodules.com/

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

  • react-native-simple-router https://github.com/react-native-simple-router-community/react-native-simple-router

  • react-native-router-flux https://github.com/aksonov/react-native-router-flux

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

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

  • react-native-navbar https://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-Elements - React Native樣式組件庫  https://github.com/react-native-community/React-Native-Elements

  • Shoutem UI - React Native樣式組件庫  https://github.com/shoutem/ui

工具

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

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

  • sqlite for react-native https://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 IDE https://www.decosoftware.com/

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

資源網站

  • React-native官網 http://非死book.github.io/react-native/

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

  • React Native中文社區 http://bbs.react-native.cn/

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

  • React Native Modules http://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.js http://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

 

 

來自:http://mp.weixin.qq.com/s/i0DWHR2eQmNijXTQv3YGmQ

 

 本文由用戶 xwax2668 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!