React-Native學習指南

weixin_34320159發表於2016-03-27

自己在學習React-Native過程中整理的一份學習指南,包含 教程、開源app和資源網站等,還在不斷更新中。歡迎pull requests!

React-Native學習指南

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

同時還有Awesome React-Native系列

https://github.com/jondot/awesome-react-native

教程

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

react-native 中文api文件 (翻譯中) https://github.com/ecomfe/react-native-cn

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

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

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

react.js視訊教程 http://react.nodejs-china.org/t/reactjszhong-wen-shi-pin-jiao-cheng-bai-du-wang-pan/584

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佈局篇 http://segmentfault.com/a/1190000002658374

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

React Native 基礎練習指北(二) http://segmentfault.com/a/1190000002647733

構建一個簡單的列表頁和2頁導航 http://www.xn--cnq920ntha.cn/archives/235#6838470-tsina-1-17436-6a377b1a66595f9ede646cf5c012734c

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

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

tcomb-form-native使用視訊教程(需翻牆) http://react.rocks/example/tcomb-form-native

開源APP

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

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

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/baofen14787/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

工具

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

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

資源網站

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

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

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

React Native Modules http://reactnativemodules.com/

11款React Native開源移動 UI 元件 http://www.oschina.net/news/61214/11-react-native-ui-components

業界討論

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

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

React Native概述:背景、規劃和風險 http://div.io/topic/938

指南: https://github.com/ele828/react-native-guide

相關文章