jianshu
1、安装style样式组件:npm i styled-components
reset.css 默认样式
2、<Content dangerouslySetInnerHTML={{__html: this.props.content}}></Content>
3、动态路由 detail/1 /detail/:id 获取 URL的id参数: this.props.match.params.id
4、参数获取 detail?id=1 /detail this.props.location.search //?id=1
5、styled-compontents innerRef
6、react-loadable 异步加载
7、import { withRouter } from 'react-router-dom';
8-8

浙公网安备 33010602011771号