摘要: 1.webpack.config.js var HtmlWebpackPlugin = require('html-webpack-plugin'); var path = require('path'); const htmlPlugin = new HtmlWebpackPlugin({ tem 阅读全文
posted @ 2020-03-09 15:14 blackatall 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 1.插槽 { this.props.children } 2.IIFE <div>{(function () { return 'is div'})()}</div> 3.生命周期 组件创建阶段:一辈子只执行一次 componentWillMount【过时】 render componentDidM 阅读全文
posted @ 2020-03-09 15:11 blackatall 阅读(200) 评论(0) 推荐(0) 编辑