/201704react

201704react

Primary LanguageJavaScript

React

  1. 安装create-react-app
npm install create-react-app -g
  1. 生成项目
create-react-app app
  1. 启动项目
cd app
npm start

react核心概念

  • 元素(elements)
  • 组件(components)