React Native指南汇集了各类react-native学习资源、开源App和组件
来自:https://github.com/ele828/react-native-guide
React Native指南汇集了各类react-native学习资源、开源App和组件
React-Native学习指南
本指南汇集React-Native各类学习资源,给大家提供便利。指南正在不断的更新,大家有好的资源欢迎Pull Requests!
同时还有Awesome React Native系列https://github.com/jondot/awesome-react-native
目录
教程
React Native
构建 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 官方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 Nativehttp://herman.asia/building-a-flashcard-app-with-react-native
Use React Native in Existing iOS Apphttp://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 Nativehttps://devdactic.com/react-native-tab-bar/
tcomb-form-native使用视频教程(需FQ)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(三):生成器 Generatorshttp://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开发神器Webpackhttp://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虚拟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 之 JSBridgehttp://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
研究源码也是一个很好的学习方式
官方演示Apphttps://github.com/facebook/react-native/tree/master/Examples
Facebook F8 Apphttps://github.com/fbsamples/f8app
奇舞周刊 iOS 版(上架应用)https://github.com/fakefish/Weekly75
react-native-dribbble-apphttps://github.com/catalinmiron/react-native-dribbble-app
Leanote for iOS(云笔记)https://github.com/leanote/leanote-ios-rn
ReactNativeRubyChinahttps://github.com/henter/ReactNativeRubyChina
HackerNews-React-Nativehttps://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
react-native-todohttps://github.com/joemaddalone/react-native-todo
react-native-beerhttps://github.com/muratsu/react-native-beer
react-native-starshttps://github.com/86/react-native-stars
ReactNativeChesshttps://github.com/csarsam/ReactNativeChess
react native 编写的音乐软件https://github.com/Johnqing/miumiu
react-native-pokedexhttps://github.com/ababol/react-native-pokedex
CNode-React-Nativehttps://github.com/SFantasy/CNode-React-Native
8tracks电台客户端https://github.com/voronianski/EightTracksReactNative
React-Native实现的计算器https://github.com/yoxisem544/Calculator-using-React-Native
ForeignExchangeApphttps://github.com/peralmq/ForeignExchangeApp
Segmentfault 客户端https://github.com/fakefish/sf-react-native
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-nativehttps://github.com/sonnylazuardi/ziliun-react-native
react-native-weather-apphttps://github.com/shevawen/react-native-weather-app
React Native Sample App(Navigation,Flux)https://github.com/taskrabbit/ReactNativeSampleApp
TesterHome社区apphttps://github.com/qddegtya/A-ReactNative-TesterHome
Finance - 股票报价apphttps://github.com/7kfpun/FinanceReactNative
shopping - 购物apphttps://github.com/bigsui/shopping-react-native
zhuiyuan - 追源cms apphttps://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-apphttps://github.com/wwayne/react-native-nba-app
开源中国的Git@OSC客户端http://git.oschina.net/rplees/react-native-gitosc
rn_bycloud 帮瀛律师端apphttps://github.com/liuchungui/rn_bycloud
ReactNativeRollingExamples - react-native的一些example https://github.com/joggerplus/ReactNativeRollingExamples
图书
《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 Moduleshttp://reactnativemodules.com/
react-native-simple-routerhttps://github.com/react-native-simple-router-community/react-native-simple-router
react-native-router-fluxhttps://github.com/aksonov/react-native-router-flux
下拉刷新组件https://github.com/jsdf/react-native-refreshable-listview
react-native-navbarhttps://github.com/react-native-fellowship/react-native-navbar
滚动轮播组件https://github.com/appintheair/react-native-looped-carousel
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-nativehttps://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 IDEhttps://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 Moduleshttp://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/
React Native指南汇集了各类react-native学习资源、开源App和组件的更多相关文章
- 【优质】React的学习资源
React的学习资源 github 地址: https://github.com/LeuisKen/react-collection https://github.com/reactnativecn/ ...
- 写给移动开发者的 React Native 指南
本文原创版权归 简书 wingjay 所有,如有转载,请于文章篇头位置显示标注原创作者及出处,以示尊重! 作者:wingjay 出处:http://www.jianshu.com/p/b8894425 ...
- React Native是一套使用 React 构建 Native app 的编程框架
React Native是一套使用 React 构建 Native app 的编程框架 React Native at first sight what is React Native? 跟据官方的描 ...
- React Native 教程:001 - 如何运行官方控件示例 App
原文发表于我的技术博客 本文主要讲解了如何运行 React Native 官方控件示例 App,包含了一些 React Native 的基础知识以及相关环境的配置. 原文发表于我的技术博客 React ...
- React高级指南
高级指南 1.深入JSX: 从本质上讲,JSX 只是为 React.createElement(component, props, ...children) 函数提供的语法糖. 因为 JSX 被编译为 ...
- React 高级指南小记
接上篇,还是笔记,还是干货. 深入 JSX 如果使用 JSX 表达式 <Foo />,Foo 必须在范围内,因为这些标签被编译为对指定变量的直接引用. 由于 JSX 编译为对 React. ...
- react 面试指南
------------恢复内容开始------------ 什么是声明式编程 声明式编程是一种编程范式,它关注的是你要做什么,而不是如何做.它表达逻辑而不显式地定义步骤.这意味着我们需要根据逻辑的计 ...
- React学习笔记-1-什么是react,react环境搭建以及第一个react实例
什么是react?react的官方网站:https://facebook.github.io/react/下图这个就是就是react的标志,非常巧合的是他和我们的github的编辑器Atom非常相似. ...
- weblogic.nodemanager.common.ConfigException: Native version is enabled but nodemanager native library could not be loaded 解决办法
近日在一个原本工作正常的weblogic web server(操作系统为redhat 64位系统)上折腾安装redis/hadoop等东东,yum install了一堆第3方类库后,重启weblog ...
随机推荐
- 基于CentOS与VmwareStation10搭建Oracle11G RAC 64集群环境
1.资源准备 最近,在VmwareStation 10虚拟机上,基于CentOS5.4安装Oracle 11g RAC,并把过程记录下来.刚开始时,是基于CentOS 6.4安装Oracle 11g ...
- centos yum安装PHP5.5,5.6,7.0
默认的版本太低了,手动安装有一些麻烦,想采用Yum安装的可以使用下面的方案:1.检查当前安装的PHP包yum list installed | grep php如果有安装的PHP包,先删除他们 yum ...
- SQL SERVER 2008 彻底卸载干净方法 (转)
最近安装SQL SERVER 2008失败后,再重新安装时老是报错,东搞西搞的很难卸干净.但又不方便重装系统,经按下面方法终于搞定并成功安装上2008 1.停掉SQL SERVER 2008所有相关服 ...
- Angular 4 绑定
一.事件绑定 1. 创建doOnClick函数 2. 网页中绑定doOnClick方法 3. 效果图 二. 属性绑定 1. 定义imgUrl的网址 2. 定义img src属性 另外一种写法 3. ...
- WinRAR打包时不包含文件夹本身,只打包文件夹里的文件和目录
加上-ep1 参数即可. rar u -m3 -s -r -o+ -ep1 -x*.zip client_zmv9.zip ".\client_zmv9\*"
- Linux strace命令 一
简介 strace常用来跟踪进程执行时的系统调用和所接收的信号. 在Linux世界,进程不能直接访问硬件设备,当进程需要访问硬件设备(比如读取磁盘文件,接收网络数据等等)时,必须由用户态模式切换至内核 ...
- linux 线程的同步 一 (互斥量和信号量)
互斥量(Mutex) 互斥量表现互斥现象的数据结构,也被当作二元信号灯.一个互斥基本上是一个多任务敏感的二元信号,它能用作同步多任务的行为,它常用作保护从中断来的临界段代码并且在共享同步使用的资源. ...
- [转]LAMP(Linux-Apache-MySQL-PHP)网站架构
本文转自 http://www.williamlong.info/archives/1908.html LAMP(Linux-Apache-MySQL-PHP)网站架构是目前国际流行的Web框架,该框 ...
- 1061 Dating (20 分)
1061 Dating (20 分) Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh ...
- sql编程中流程控制 IF ……THEN……ELSEIF……THEN………END IF
写mysql存储过程应注意的几点: 1.声明变量(declare)时要注意字符集,用变量存储表字段时,表字段与变量的字符编码要一致. 2.mysql的字符合并不能用‘+’号,必须用concat函数. ...