用途
原理
- 和web app、hybrid开发、native开发的优劣
- JavaScriptCore
开发IDE
MAC OS
VSCode
插件
- eslint
- flow language support
- react native tools
- react-native/react/redux snippets
- autofilename
https://marketplace.visualstudio.com/VSCode
主题
One dark pro
图标主题
Material Icon Theme
Chrome
语言
- CommonJS
- ES6
Promise
链式调用、异步处理
Promise
- TypeScript(基本不需要)
基础
- NodeJS
- npm命令
https://www.npmjs.com/ - HTML\CSS
- React
- Route概念
入门进阶
- 组件化开发思想
- 调试技巧
- React Redux 第三方框架
- 阅读开源代码
iReading - 性能
http://reactnative.cn/docs/0.31/performance.html#content
学习资料
- React官网
- ReactNative官网
- github