用React和Webpack写了一个很简单的我的博客,主要是想要熟悉一下react中各类基本基本属性及方法的使用。在构建过程当中碰到很多问题,经过阅读官方API,对react的生命周期和状态提高都有了更好的了解。css
博客源码 git@github.com:sunrun93/react-blog-app.git
html
{ loader: require.resolve('css-loader'), options: { ...... modules: true, localIdentName: '[name]__[local]__[hash:base64:5]' }, },