在学习React Native过程中,遇到很多适合新手以及进阶的资料,慢慢积攒在下面,自己备忘也提供给大家查询。
1. 入门安装环境,以及hello world,没有什么比官网更权威的了
英文:https://facebook.github.io/react-native/docs/getting-started.html#content
中文:http://reactnative.cn/docs/0.36/getting-started.html#content
2. ES5和ES6语法对照,看大神代码必备,再也不用困惑语法了
3. Component组件生命周期,以及setState的可用时期,总结的非常完善
http://www.race604.com/react-native-component-lifecycle/
4. React Native实战,一点一点写代码,边学边写,边写边学
http://blog.csdn.net/column/details/reactnative2016.html?&page=3