Enhance Cognition to ReactNative

用途

原理

  • 和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
链式调用、异步处理

闭包
函数内嵌函数,函数作为参数

箭头函数
This指针
中文

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

你可能感兴趣的:(Enhance Cognition to ReactNative)