谈谈学习ReactNative那些资料

学习ReactNative的现阶段,学习资料并不是那么的多。我们要寻找适合自己的资料才能有效的达到开发的要求。



* **构建 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 开发培训视频教程(中文|免费)**

https://www.gitbook.com/book/unbug/react-native-training/details


* 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 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


* 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


### 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


### 系列教程


* 深入浅出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探索系列教程


* 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/facebook/react-native/tree/master/Examples


* **Facebook F8 App**

https://github.com/fbsamples/f8app


* 奇舞周刊 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  


* **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/AndroidWeb、桌面多端)

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 - react-native的一些example https://github.com/joggerplus/ReactNativeRollingExamples


* **Reading App Write In React-NativeStudying and Programing**

https://github.com/attentiveness/reading


* 数独 - 重拾纯粹数独的乐趣

https://github.com/nihgwu/react-native-sudoku



## 图书

* 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-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://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 Modules**

http://reactnativemodules.com/


* **Use React Native 资讯站**(使用技巧及新闻)

http://www.reactnative.com/


* 11React 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


## 业界讨论

* 跨平台开发时代的 (再次) 到来?( XamarinNativeScript 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


* NativeWeb的融合 - QconReact-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

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: Flutter 和 React Native 都是强大的框架,各有优缺点。Flutter 提供了快速开发和卓越的性能,但是它仅支持 Android 和 iOS,而且在某些情况下没有明显的好处。React Native 则支持多种平台,并且可以使用 JavaScript 和 React开发应用,但是它在性能上可能不如 Flutter 那么出色。 ### 回答2: Flutter 是一种由 Google 开发的跨平台应用开发框架,而 React Native 是由 Facebook 创建的另一种跨平台应用开发框架。它们都可以用于开发高性能的移动应用,但却有各自的优缺点。 首先,让我们来谈谈 Flutter 的优点。Flutter 使用 Dart 编程语言,它的一大优点是具有热重载功能,这意味着开发者可以快速地看到他们所做的更改的实时预览。这加快了开发速度并提高了生产力。另外,Flutter 的UI组件是自定义的,不依赖于平台原生组件,这意味着应用程序的外观和性能在不同平台上都是一致的。Flutter 还具有很好的性能,应用程序可以实现原生级别的用户体验。最后,Flutter 的文档和社区资源相对丰富,为开发者提供了很好的支持。 然而,Flutter 也有一些缺点。首先,Flutter 相对较新,相比于 React Native,它的生态系统和第三方库更少。其次,由于自定义UI组件,一些原生平台功能可能需要使用平台通道(Paltform Channel)来实现,这可能需要额外的开发工作。最后,Flutter 使用 Dart 语言,这意味着开发需要学习一门新的语言,这可能对一些开发者来说是一个学习曲线。 接下来,我们来看看 React Native 的优点。首先,React Native 是基于 JavaScript 的,这使得很多前端开发者可以很容易地上手。它还有一个强大的社区和生态系统,有很多第三方库和插件可供选择。第二,React Native 允许开发者使用原生代码,以提高性能和访问平台特有功能。这使得 React Native 适用于开发对原生平台特性有较高要求的应用程序。最后,React Native 有很好的跨平台性能,开发者可以同时为 Android 和 iOS 开发应用程序,这可以节省时间和资源。 然而,React Native 也有一些缺点。首先,应用程序的性能可能不如原生应用程序。虽然 React Native开发者提供了许多原生组件和API,但使用这些功能可能需要对底层原生代码的进一步了解。第二,由于使用 JavaScript,React Native 在一些复杂的应用程序中可能会遇到性能问题。最后,React Native 的文档和社区相对较好,但相较于 Flutter,信息不够丰富。 综上所述,Flutter 和 React Native 都有各自的优点和缺点。选择哪种框架取决于开发者的需求和资源。如果开发速度和性能是首要考虑因素,那么可以选择 Flutter。如果对原生特性的依赖度较高,并且有一支熟悉 JavaScript 的团队,那么 React Native 也是一个不错的选择。 ### 回答3: 一、Flutter的优点: 1. 高性能:Flutter使用自己的高性能渲染引擎Skia进行绘图操作,可以直接绘制UI界面,减少了与平台的交互,提高了性能表现。 2. 跨平台:Flutter可以同时在Android和iOS平台上运行,只需一份代码即可。开发者可以通过Flutter框架编写跨平台的应用,大大节省了开发时间和成本。 3. 热重载:Flutter支持热重载,修改代码后可以实时看到效果,提高了开发效率。 4. UI丰富:Flutter提供了丰富的UI组件,可以快速构建各种复杂的界面和动画效果。 5. 社区活跃:Flutter拥有庞大的开发者社区,文档和资源丰富,问题可以及时得到解决。 6. 学习曲线较低:Flutter使用Dart语言进行开发,语法简洁易学,对于有一定编程基础的开发者来说,上手相对容易。 二、Flutter的缺点: 1. 相对新生:相比于React Native,Flutter相对来说发展时间较短,生态环境相对较弱,一些功能和第三方库还在积极补充中。 2. 运行体积较大:由于Flutter自带了渲染引擎和一些基础组件,导致应用的安装包体积较大,对于初始下载和安装时间较长的应用来说,会对用户体验造成一定影响。 三、React Native的优点: 1. 生态丰富:React Native有较为完善的生态环境,因为React Native诞生更早,社区已经积累了多个成熟的第三方库和组件,可以快速引入使用,提高开发效率。 2. 稳定性较高:React Native经过多年发展已经相对较为稳定,出现的bug相对较少,更适合对稳定性要求较高的项目。 3. 社区活跃:React Native拥有庞大的开发者社区,问题可以及时得到解决。此外,社区提供的资源丰富,有很多优秀的教程、文章和开源项目供学习和借鉴。 四、React Native的缺点: 1. 性能问题:由于React Native是通过Bridge与原生代码进行通信,会造成一定的性能损耗。对于对性能要求较高的应用,可能需要进行一些优化。 2. 学习曲线相对陡峭:React Native使用JavaScript语言进行开发,相对于Flutter的Dart语言来说,学习曲线较陡峭,对于没有JavaScript基础的开发者可能更为困难。 3. 动画效果受限:相对于Flutter的自绘UI,React Native对于一些复杂的动画效果支持相对较弱,需要借助于原生代码进行实现。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值