React Native学习大纲

react基础

https://reactjs.org/tutorial/tutorial.html

es2015
react native

http://facebook.github.io/react-native/docs/0.48/getting-started.html

redux

http://www.redux.org.cn/

react redux更新数据和页面可用组件

immutable-js
http://facebook.github.io/immutable-js/docs/#/

页面导航

react-navigation
react-native-router-flux
http://blog.csdn.net/u011277123/article/details/52510511
tab和navigationStack的概念

网络访问

axios 支持拦截器

第三方登录

react-native-fbsdk

app热更新

react-native-code-push
code push 配置流程 https://www.jianshu.com/p/9e3b4a133bcc

消息推送

firebase
react-native-fcm

app启动页面

react-native-splash-screen 和android,ios app启动页面设置

app 自动化测试

appium
http://note.youdao.com/noteshare?id=a2ec5eacf98abae91891f5574f2c58a4&sub=74D899180CE04FD5880EA6C558C962AC

react native已有组件

https://github.com/jondot/awesome-react-native

分享到