ReactNative学习资料汇总

190 阅读1分钟

###一 JavaScript 基础
>W3C课堂 http://www.w3school.com.cn/h.asp
主要学习了解:HTML/CSS,JavaScript基础教程、高级教程

>ES6语法知识【阮一峰】http://es6.ruanyifeng.com/#docs/intro
这个可在线阅读,不习惯也可以购买相应的书籍

>Flex布局教程【阮一峰】http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool

###二 React 框架了解
>官网资料 https://facebook.github.io/react/tutorial/tutorial.html

>react.js快速入门教程【阮一峰】http://www.ruanyifeng.com/blog/2015/03/react.html

>《React 引领未来的用户界面开发框架》-电子工业出版社出版

###三 ReactNative开发环境配置与IDE选择
>RN开发环境配置 http://reactnative.cn/docs/0.47/getting-started.html
>RN开发工具选择 http://www.jianshu.com/p/8e9df5f85bca

###四 ReactNative 语法、组件、数据流
>RN github地址 https://github.com/facebook/react-native
RN中文网 http://reactnative.cn/docs/0.47/tutorial.html#content
运行RN默认的UIExploer http://www.jianshu.com/p/bcaaf51a9d0b

>《React Native跨平台移动应用开发》 -阙喜涛 编著

>Redux官方文档 http://redux.js.org/
Redux入门教程「阮一蜂」http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_one_basic_usages.html

###五 ReactNative 项目学习
>ReactNative中文社区
http://bbs.reactnative.cn/category/5/%E5%88%86%E4%BA%AB
>分享50个完整的React Native项目 - 掘金社区
https://juejin.cn/post/6844903474321195015

###六 其它相关资料
>江清清技术专栏 http://www.lcode.org/react-native/

>视频学习资源:[腾讯课堂、](https://ke.qq.com/course/list?mt=1001&st=2003&tt=3023)[极客学院](http://www.jikexueyuan.com/course/reactnative/)