React-Native学习指南
本指南汇集React-Native各类学习资源,给大家提供便利。指南正在不断的更新,大家有好的资源欢迎提供给我们
目录
- 教程
- React Native
- React.js
- ES6
- 系列教程
- 开源APP
- 图书
- 组件
- 工具
- 资源网站
- 业界讨论
教程
React Native
- 构建 Facebook F8 2016 App / React Native 开发指南
- React-Native入门指南
https://github.com/vczero/rea...
- 30天学习React Native教程
https://github.com/fangwei716...
- React-Native视频教程(部分免费)
https://egghead.io/technologi...
- React Native 开发培训视频教程(中文|免费)
https://www.gitbook.com/book/...
- 那些携程火车票业务在RN实践中踩过的坑
https://zhuanlan.zhihu.com/p/...
- react-native 官方api文档
http://facebook.github.io/rea...
- react-native中文文档(极客学院)
http://wiki.jikexueyuan.com/p...
- react-native中文文档(react native中文网,人工翻译,官网完全同步)
http://react-native.cn/docs/g...
- react-native第一课
http://html-js.com/article/2783
- 深入浅出 React Native:使用 JavaScript 构建原生应用
http://zhuanlan.zhihu.com/Fro...
- React Native通信机制详解
http://blog.cnbang.net/tech/2...
- React Native布局篇
https://segmentfault.com/a/11...
- React Native 基础练习指北(一)
https://segmentfault.com/a/11...
- React Native 基础练习指北(二)
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构建本地视图组件
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之原生模块开发并发布——iOS篇
http://www.liuchungui.com/blo...
- ReactNative之原生模块开发并发布——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让你学会搭建一个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速学教程
https://github.com/crazycodeb...
ES6
- 深入浅出ES6(一):ES6是什么
http://www.infoq.com/cn/artic...
- 深入浅出ES6(二):迭代器和for-of循环
http://www.infoq.com/cn/artic...
- 深入浅出ES6(三):生成器 Generators
http://www.infoq.com/cn/artic...
- 深入浅出ES6(四):模板字符串
http://www.infoq.com/cn/artic...
- 深入浅出ES6(五):不定参数和默认参数
http://www.infoq.com/cn/artic...
- 深入浅出ES6(六):解构Destructuring
http://www.infoq.com/cn/artic...
- 深入浅出ES6(七):箭头函数Arrow Functions
http://www.infoq.com/cn/artic...
- 深入浅出ES6(八):Symbols
http://www.infoq.com/cn/artic...
- 深入浅出ES6(九):学习Babel和Broccoli,马上就用ES6
http://www.infoq.com/cn/artic...
- 深入浅出ES6(十):集合
http://www.infoq.com/cn/artic...
- 深入浅出ES6(十一):生成器Generators,续篇
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(十七):展望未来
http://www.infoq.com/cn/artic...
系列教程
- 深入浅出React(一):React的设计哲学 - 简单之美
http://www.infoq.com/cn/artic...
- 深入浅出React(二):React开发神器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应用程序架构
http://www.infoq.com/cn/artic...
- react-webpack-cookbook中文版
http://fakefish.github.io/rea...
- Flex 布局语法教程
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 数据流管理架构之 Redux 介绍
http://www.alloyteam.com/2015...
- React服务器端渲染实践小结
http://www.alloyteam.com/2015...
- React Native Android 踩坑之旅
http://www.alloyteam.com/2015...
- React Native 之 JSBridge
http://www.alloyteam.com/2015...
- React Native 研究与实践教程
https://github.com/crazycodeb...
React Native探索系列教程
- React Native探索(一):背景、规划和风险
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
研究源码也是一个很好的学习方式
- 官方演示App
https://github.com/fbsamples/...
- Facebook F8 App
https://github.com/fbsamples/...
- 仿豆瓣APP
https://github.com/jianxiaoBa...
- GitHub Popular(一个用来查看GitHub最受欢迎与最热项目的App)已上架
https://github.com/crazycodeb...
- 奇舞周刊 iOS 版(上架应用)
https://github.com/fakefish/W...
- react-native-dribbble-app
https://github.com/catalinmir...
- Gank.io客户端
https://github.com/Bob1993/Re...
- Mdcc客户端(优质)
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(购买页面)
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...
- 模仿天猫首页的app
https://github.com/hugohua/re...
- ReactNativeChess
https://github.com/csarsam/Re...
- react native 编写的音乐软件
https://github.com/Johnqing/m...
- react-native-pokedex
https://github.com/ababol/rea...
- CNode-React-Native
https://github.com/SFantasy/C...
- 8tracks电台客户端
https://github.com/voroniansk...
- React-Native实现的计算器
https://github.com/yoxisem544...
- 房产搜索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...
- 孢子社区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...
- 知乎日报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社区app
https://github.com/qddegtya/A...
- Finance - 股票报价app
https://github.com/7kfpun/Fin...
- shopping - 购物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...
- 开源中国的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...
- 数独 - 重拾纯粹数独的乐趣
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 - 电子科技大学「UESTC」iOS 客户端(With MobX)
https://github.com/Vizards/ue...
- React Native实现阅读器,模仿每日一文
https://github.com/ZeeeeeeNo/...
图书
- 《React Native入门与实战》
http://item.jd.com/11844102.html
- 《React Native开发指南》
http://www.ituring.com.cn/boo...
- 《React Native跨平台移动应用开发》
http://item.jd.com/1037299831...
- 《React Native:用JavaScript开发移动应用》
http://item.jd.com/11785195.html
组件
由于已经有较好的组件库网站,这里就不做总结。可以直接查看如下网站,过后可能精选一部分优质组件出来 :P
- React-native组件库(比较全的组件库)
- 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...
- 模态框
https://github.com/brentvatne...
- react-native-navbar
https://github.com/react-nati...
- 滚动轮播组件
https://github.com/appintheai...
- HTML显示组件
https://github.com/jsdf/react...
- Material React Native (MRN) - Material Design组件库
- react-native-gitfeed - GitHub客户端(iOS/Android)
https://github.com/xiekw2010/...
- React-Native-Elements - React Native样式组件库
https://github.com/react-nati...
- Shoutem UI - React Native样式组件库
- BlankApp UI - 高可定制和主题化的 React Native 组件库
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)
- Pepperoni - React Native项目初始化套件
https://github.com/futurice/p...
- Deco IDE - React Native IDE
- ignite - React Native CLI项目生成器
https://github.com/infinitere...
- react-native-rename
https://github.com/junedoming...
资源网站
- React-native官网
http://facebook.github.io/rea...
- React-China社区
- React Native中文社区
- React-native组件库(比较全的组件库)
- React Native Modules
http://reactnativemodules.com/
- Use React Native 资讯站(使用技巧及新闻)
- React Native Tools
- 11款React Native开源移动 UI 组件
http://www.oschina.net/news/6...
- 稀土掘金的 React 标签
http://gold.xitu.io/#/tag/Rea... http://gold.xitu.io/#/tag/React%20Native
业界讨论
- 跨平台开发时代的 (再次) 到来?( Xamarin,NativeScript 和 React Native 对比)
http://onevcat.com/2015/03/cr...
- 谈谈 React Native - 唐巧
http://blog.devtang.com/blog/...
- 如何评价React-Native?
https://www.zhihu.com/questio...
- React Native概述:背景、规划和风险
- Native与Web的融合 - Qcon中React-Native演讲
http://www.infoq.com/cn/prese...
- 使用React Native一年后的感受
http://www.dobest.me/blog/201...
- Weex & ReactNative & JSPatch大对比
http://awhisper.github.io/201...
- weex&ReactNative对比
https://zhuanlan.zhihu.com/p/...
<br/>