原文地址:http://blog.csdn.net/chevins/article/details/51888860
RN学习网站:
ReactNative官网:http://facebook.github.io/react-native/
ReactNative中文网:http://reactnative.cn/
江清清RN技术专栏:http://www.lcode.org/react-native/(环境搭建,基础组件和常用API学习,RN开源项目,技术周报...)
东方耀视频学习网站:视频 论坛:http://www.reactnative.vip/
RN_Issues:https://github.com/facebook/react-native/issues(别人踩过的坑,一些疑难杂症可以搜索看看有没有你要找的)
facebook_RN_GitHub地址:https://github.com/facebook/react-native
基础知识:
React教程:http://learn.jser.com/react/react-tutorial.html(React、JSX语法糖、认识state、props、组件的生命周期等)
JavaScript基础:https://developer.mozilla.org/zh-CN/docs/Learn/Getting_started_with_the_web/JavaScript_basics
ES6:http://es6.ruanyifeng.com/
Flex布局教程:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html(这个教程是针对Web的,对于客户端会有一些用法上的差别,不过原理是一样的)
Redux:
1.http://cn.redux.js.org/docs/basics/Actions.html
2.http://www.w3ctech.com/topic/1561
技术专题:
RN动画:
https://zhuanlan.zhihu.com/p/21301314?f3fb8ead20=4fc7ebef778000a30df6c4cb464e363b
相关学习网站、技术博客:
http://i.cmgine.net/
http://www.cnblogs.com/vajoy/
RN学习体系图:
原文链接:https://www.f2er.com/react/306091.html