目标:学习React基本语法,实现照片墙效果。重温ES6的Class
使用react
1 | yarn add react react-dom |
我们已经可以正常的写react组件了,但是一般开发中我们不会每次去执行build然后看结果,这样效率很低,而且如果用到router的话,直接运行index.html也没有效果,所以我们需要再本地起一个服务,随时更改就能看到效果。
1 | yarn add react-redux react-router-dom |
React Hot Loader is a plugin for Webpack that allows instantaneous live refresh without losing state while editing React components.
react-router-dom会自动安装react-router