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

posted @ 2020-09-17 18:20  闷油瓶是小哥  阅读(555)  评论(0)    收藏  举报