为什么80%的码农都做不了架构师?>>>   

http://www.w3ctech.com/topic/909?utm_source=tuicool&utm_medium=referral

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

转载于:https://my.oschina.net/ffwcn/blog/699250

React-Native学习指南 1相关推荐

  1. React Native学习指南

    本篇汇集了React从入门到精通的各种技术,是你学习RN的指南 . 本指南汇集React-Native各类学习资源,给大家提供便利.指南正在不断的更新,大家有好的资源欢迎Pull Requests! ...

  2. React Native 学习资源精选仓库

    <React Native Awesome>这里fork过来的,汇集了各类react-native学习资料.工具.组件.开源App.资源下载.以及相关新闻等,只求精不求全.因后面无法 Pu ...

  3. React Native 学习资源精选仓库(汇聚知识,分享精华)

    React Native 学习资源精选仓库(汇聚知识,分享精华) <React Native Awesome>这里fork过来的,汇集了各类react-native学习资料.工具.组件.开 ...

  4. React Native学习提纲

    React Native学习提纲 当前版本最后修订日期: 2015年10月21日 一. React.js入门基础 1.基础HTML/CSS与基础开发工具使用 - html基础 doctype.常用标签 ...

  5. React Native开发指南-在原生和React Native间通信

    通过植入原生应用和原生UI组件两篇文档,我们学习了React Native和原生组件的互相整合.在整合的过程中,我们会需要在两个世界间互相通信.有些方法已经在其他的指南中提到了,这篇文章总结了所有可行 ...

  6. React Native学习总结第一天

    1.0 配置React Native的开发环境 请参考 虽然过程很复杂,但是确实没啥难度(react-native init testProject) 2.0 ES6的基础语法 变量和常量声明 let ...

  7. iOS开发者React Native学习路线

    2019独角兽企业重金招聘Python工程师标准>>> http://blog.talisk.cn/blog/2016/08/13/RN-Learning-path-for-iOS- ...

  8. React Native学习资源汇总

    目前主流的移动跨平台技术方案大体可以分为三类,一类是使用原生内置浏览器加载HTML5的Hybrid技术方案,采用此种方案的主要有Cordova.Ionic和微信小程序:另一类是使用JavaScript ...

  9. react native学习笔记29——动画篇 Animated高级动画

    1.前言 上一节我们学习了全局的布局动画api--LayoutAnimation,体验到其流畅柔和的动画效果,但有时我们需要实现一些更精细化的动画,或者完成一些组合动画,这时我们可以使用React N ...

  10. React Native学习速记

    学习路线建议:ES5/6 -> React -> React Native  -> Redux + React-Navigation等 ES5 :https://wangdoc.co ...

最新文章

  1. 如何用java语法解析接口返回的json串?
  2. Java操作Kafka执行不成功
  3. 2015年中国人才招聘趋势报告
  4. jboss默认进程名称_快速指南:剖析JBoss BPM跨进程通信
  5. 9.包装类的构造方法
  6. 海康视频WEB插件 V1.5.2 开发总结
  7. Cisco Aironet系列AP的瘦胖转换
  8. 值得珍藏!生生世世受用的译文 《心经》
  9. 自学英语的几个网站(免费网站)
  10. 微版权:用区块链破解数字版权登记难题,为原创图文知识产权保驾护航
  11. JavaWeb自我学习——进一步学习MyBatis
  12. 世界上第一台电子数字式计算机诞生于美国,世界上公认的第一台电子数字计算机诞生于哪年哪个国家?...
  13. 动词17【続】【長】【永】【存】
  14. 带你了解 HTTP 协议
  15. Maven升级3.8.1后maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories
  16. arduino 操作stm32
  17. 用Wingrub安装Fedora 5
  18. 除了智商更需要情商 只要6秒钟让你更胜一筹
  19. 对接网易云信IM服务
  20. OEA 中的多国语言实现

热门文章

  1. 高性能数据库集群:分库分表
  2. git向远程推送代码提示fatal: Authentication failed
  3. 下一个十年,什么样的测试会被大厂争抢?
  4. always on sql 收缩日志_sql server日志文件过大无法收缩的问题
  5. 第一台电子计算机采用哪位科学家,计算机基础知识试题及答案解析
  6. android怎么做版本检测,android 实现检测版本,下载apk更新(附源码)
  7. Linux终端进程后台运行与前后台切换
  8. 部署系统到linux服务器,若依管理系统部署到linux(上)
  9. Deformation Transfer for Triangle Meshes
  10. pytorch图像预处理