React JS和React-Native学习指南

自己在学习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

资源网站

reddit react https://www.reddit.com/r/reactjs/

React js example https://reactjsexample.com/

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 example https://reactnativeexample.com/

业界讨论

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

原文地址:http://blog.51cto.com/8310246/2169006

时间: 2024-08-05 08:15:42

React JS和React-Native学习指南的相关文章

React.js Tutorial: React Component Lifecycle

Introduction about React component lifecycle. 1 Lifecycle A React component in browser can be any of the following three statuses: mounted, update and unmounted. So React component lifecycle can be divided into three phases according to these statuse

React.js及React Native知识及实践

一.网络学习资源 官方网站:https://facebook.github.io/react/index.html 中文社区:http://reactjs.cn/ 阮一峰文章:http://www.ruanyifeng.com/blog/2015/03/react.html 百度文库:http://wenku.baidu.com/link?url=asJtxfRP95V11Nnai1b3V-7Vyuduc1ZSda4D3Q5teuIMHc5ShjjiRG-nwLcDG3aRNoSplPlJf9U

React Native学习提纲

当前版本最后修订日期: 2015年10月21日 版本 日期 说明 作者 1.0 2015-10-21 创建文档 罗晴明 一. React.js入门基础 1.基础HTML/CSS与基础开发工具使用 html基础doctype.常用标签.标签闭合.自定义属性 css基础选择器(id.class).常用样式.样式覆盖.行内样式.绝对与相对定位.flexbox布局 基础开发工具使用Chrome调试网页.使用Webstorm编辑代码.使用github管理代码与搜索问题 2.基础Javascript与Nod

React.js入门

React 入门实例教程 现在最热门的前端框架,毫无疑问是 React . 上周,基于 React 的 React Native 发布,结果一天之内,就获得了 5000 颗星,受瞩目程度可见一斑. React 起源于 Facebook 的内部项目,因为该公司对市场上所有 JavaScript MVC 框架,都不满意,就决定自己写一套,用来架设Instagram 的网站.做出来以后,发现这套东西很好用,就在2013年5月开源了. 由于 React 的设计思想极其独特,属于革命性创新,性能出众,代码

react.js

---恢复内容开始--- 一.React的定义 React 是由Facebook 创建的一个开源项目.它提供了一种在JavaScript中构建用户界面的全新方式.react针对的是现代风格的JavaScript开发生态系统.React 是一个使用JavaScript 和XML技术(可选)构建可组合用户界面的引擎.下面对React定义的每个部分加以详细的说明: React 是一个引擎:React的网站将它定义为一个库,但是我觉得使用"引擎"这个词更能体现出React的核心优势:用来实现响

React JS 基础知识17条

1. 基础实例 <!DOCTYPE html> <html> <head> <script src="../build/react.js"></script> <script src="../build/react-dom.js"></script> <script src="../build/browser.min.js"></script&g

React.js 之hello word

引入的js文件说明 react.js 是 React 的核心库 react-dom.js 是提供与 DOM 相关的功能 babel.min.js的作用是将 JSX 语法转为 JavaScript 语法,这一步很消耗时间,实际上线的时候,应该将它放到服务器完成. 最终效果为

react.js 从零开始(一)

React 是什么? 网络上的解释很多...我这里把他定义为 通过javascript 的形式组件化 html的框架... React 仅仅是 VIEW 层. React 提供了模板语法以及一些函数钩子用于基本的 HTML 渲染.这就是 React 全部的输出——HTML.你把 HTML / JavaScript 合到一起,被称为“组件”,允许把它们自己内部的状态存到内存中(比如在一个选项卡中哪个被选中),不过最后你只是吐出 HTML. React 的安装? 首先是下载 reactjs的文件包.

创建React工程:React工程模板

这是本人初学React做的学习笔记;讲的不是很深,只算是简单的进行介绍. 这是一个小系列.都是在同一个模板中搭建的,但是代码是不能正常执行的. >>index.js <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>React工程模板</title> <!-- react.js 是Reac