# react基础 **Repository Path**: javafdx/react-foundation ## Basic Information - **Project Name**: react基础 - **Description**: react基础知识学习 - **Primary Language**: Unknown - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-18 - **Last Updated**: 2022-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: React ## README ### vscode 代码片段生成 https://snippet-generator.app/ ### jsx 转 createElement 网站 https://babeljs.io/repl/#?presets=react #### 安装脚手架,速度慢 npm install -g cnpm --registry=https://registry.npm.taobao.org ### 安装 React 脚手架 npm install -g create-react-app create-react-app --version #### 创建 (项目名称不能包含大写字母) create-react-app 项目名称 create-react-app 02_learn_scaffold yarn start