# my-react **Repository Path**: hewill521/my-react ## Basic Information - **Project Name**: my-react - **Description**: my frist react project - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-22 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-react #### 介绍 my frist react project #### 软件架构 木有啥架构,初次触电react项目 #### 安装教程 1. 复制.babelrc、index.html、package.json、webpack.config.js文件到一个目录下 2. cnpm i 3. 安装react必须模块 cnpm i react react-dom react-router-dom axios redux react-redux redux-thunk antd antd-mobile -S #### 使用说明 1.新建first文件夹 2.新建src文件夹 3.src目录下创建components文件夹,并创建组件 #### 参与贡献 gitee:hewill521 微信公众号:hewill222 ### 遇到问题 报错 Uncaught TypeError: Super expression must either be null or a function, not undefined 检查了半天发现是App.jsx里面的component写成了components了 修改之后项目就能正常的显示啦