React-Router V4 - <Match> 和 <Route> 之间的区别
Posted
技术标签:
【中文标题】React-Router V4 - <Match> 和 <Route> 之间的区别【英文标题】:React-Router V4 - Difference between <Match> and <Route> 【发布时间】:2017-07-22 21:56:10 【问题描述】:有人能告诉我 react-router v4 中这些组件之间的主要区别吗?
【问题讨论】:
【参考方案1】:<Match />
和 <Route />
是一样的。在 alpha 版本中称为 Match,在 beta 版本中称为 Route。请参阅当前文档以查看可用的内容:
https://reacttraining.com/react-router/api
【讨论】:
以上是关于React-Router V4 - <Match> 和 <Route> 之间的区别的主要内容,如果未能解决你的问题,请参考以下文章
react-router v4 - browserHistory 未定义
使用 Jest 测试来自 react-router v4 的链接
在 react-router v4 中使用 React IndexRoute