# react **Repository Path**: wxwcw/react ## Basic Information - **Project Name**: react - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## react 用户创建用户界面的js库 ## 特点 组件化 声明式开发 跨域 ## 安装cra (create-react-app) ```js npm i create-react-app -g ``` ## 启动项目 ```js create-react-app 项目名 //不要出现大写字母 ``` ## 项目依赖三个包 + react (核心语法包) + react-dom (虚拟dom 绑定到 index.html上) + react-scripts (webpack配置文件)