正在准备搜索索引...
搜索索引不可用
React Router API 参考
React Router API 参考
react-router
RelativeRoutingType
类型别名 RelativeRoutingType
Relative
Routing
Type
:
"route"
|
"path"
"route":相对于路由层级,因此
..
表示移除当前路由的所有片段,即使它有很多片段。 例如,
route("posts/:id")
将从 URL 中移除
:id
和
posts
。
"path":相对于路径名,因此
..
表示移除路径名的一个片段。 例如,
route("posts/:id")
将仅从 URL 中移除
:id
。
设置
成员可见性
受保护
继承
外部
主题
操作系统
浅色
深色
React Router API 参考
加载中...
..
表示移除当前路由的所有片段,即使它有很多片段。 例如,route("posts/:id")
将从 URL 中移除:id
和posts
。..
表示移除路径名的一个片段。 例如,route("posts/:id")
将仅从 URL 中移除:id
。