用途
原理
- 和web app、hybrid開發(fā)畦幢、native開發(fā)的優(yōu)劣
- JavaScriptCore
開發(fā)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
圖標(biāo)主題
Material Icon Theme
Chrome
語言
- CommonJS
- ES6
Promise
鏈?zhǔn)秸{(diào)用坎吻、異步處理
閉包
函數(shù)內(nèi)嵌函數(shù),函數(shù)作為參數(shù)
Promise
- TypeScript(基本不需要)
基礎(chǔ)
- NodeJS
- npm命令
https://www.npmjs.com/ - HTML\CSS
- React
- Route概念
入門進階
- 組件化開發(fā)思想
- 調(diào)試技巧
- React Redux 第三方框架
- 閱讀開源代碼
iReading - 性能
http://reactnative.cn/docs/0.31/performance.html#content
學(xué)習(xí)資料
- React官網(wǎng)
- ReactNative官網(wǎng)
- github