withRouter
作用是將一個(gè)組件包裹進(jìn)Route里面, 然后 react-router 的三個(gè)對象 history, location, match 就會被放進(jìn)這個(gè)組件的props屬性中。
@withRouter
效果同上,需yarn add babel-plugin-transform-decorators-legacy -S,并配置 .babelrc。
React PropTypes
類型約束。
作用是將一個(gè)組件包裹進(jìn)Route里面, 然后 react-router 的三個(gè)對象 history, location, match 就會被放進(jìn)這個(gè)組件的props屬性中。
效果同上,需yarn add babel-plugin-transform-decorators-legacy -S,并配置 .babelrc。
類型約束。