安卓Back键的处理·基本+高级篇
热更新:
React-Native 实现增量热更新的思路(1)
http://www.jianshu.com/p/2cb3eb9604ca
react-native热更新js脚本
http://www.jianshu.com/p/fcca1b20df4a
react-native-android实战:4 CodePush使用
http://hammercui.github.io/post/react-native-android%E5%AE%9E%E6%88%98%EF%BC%9A4-CodePush/
使用CodePush热更新ReactNative JS代码
http://www.07net01.com/program/2016/02/1266521.html
react-native-code-push
https://github.com/Microsoft/react-native-code-push#example-apps
state:
React 源码剖析系列 - 不可思议的 react diff
https://zhuanlan.zhihu.com/p/20346379
Immutable 详解及 React 中实践
https://zhuanlan.zhihu.com/p/20295971
ReactNative的组件架构设计
https://segmentfault.com/a/1190000004161358
JS使用:
JavaScript 标准库
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects
100多个基础常用JS函数和语法集合大全
http://www.cnblogs.com/hnyei/p/4605103.html
布局:
Flex 布局教程:实例篇
http://www.ruanyifeng.com/blog/2015/07/flex-examples.html?bsh_bid=683103006
平台差异:
React Native 双平台差异及解决方法(0.20)
https://github.com/beefe/react-native-platform-difference
入门:
React Native 简单教程
http://www.oschina.net/translate/going-native-with-react?utm_source=tuicool&utm_medium=referral
React 入门实例教程
http://www.ruanyifeng.com/blog/2015/03/react.html
API查询:
react-native试玩
http://www.kancloud.cn/digest/doctorqrn/105517
检索:
JS.coach
Navigator:
Gank RN客户端(二) 解密Navigator组件
http://www.jianshu.com/p/03ddca8f1982
学习:
江清清的技术专栏
http://www.lcode.org/react-native/
React Native指南汇集了各类react-native学习资源、开源App和组件
https://github.com/reactnativecn/react-native-guide
腾讯全端 AlloyTeam 团队 Blog
Redux:
用RN( ListView + Navigator ) + Redux来开发一个ToDoList
业务层编写推荐方式:redux + redux-action + redux-thunk + ducks模式
React 数据流管理架构之 Redux 介绍
https://github.com/joeyguo/blog/issues/3
React-Native With Redux
http://richardcao.me/2016/01/12/React-Native-With-Redux/#more
Redux 核心概念
http://www.jianshu.com/p/3334467e4b32
Redux 中文文档
http://cn.redux.js.org/index.html
ReactNative 架构Redux研究
http://www.jianshu.com/p/14933fd9c312
react-redux-tutorial