前情提要:最近在学习react,然后就将项目中遇到的bug总结下来,作为借鉴!

项目结构:

demo

    |app

        |app.js

        |main.js

        |center.js

        |toutiao.js

        |quanzi.js

        |shipin.js

        |dinggou.js

        |style.css

    |build

        |index.html

     |.babelrc

     |package.json

     |node_modules

     |webpack.config.js

html文件:







Document




app.js、main.js、center.js、toutiao.js、quanzi.js、shipin.js、dinggou.js文件如下:

//app.js文件
import React from 'react';
import { Link } from 'react-router';
import Jquery from "./jquery.js";
import styles from "./style.css";

class App extends React.Component {
constructor(props) {
super(props);
}

render() {
return (
  

 欢迎访问主界面 

{ this.props.children }
   
  • 用户中心 
  •   
  •  圈子 
  •  视频 
  •  头条 
  •  订购