React路由中,有哪两种路由?

2023-01-05 10:27:46
HashRouter 和 BrowerRouter HashRouter:基于hash模式,跳转原理使用了location.hash 、location.replace 使用时,在域名后,先拼接/#,再拼接路径: BrowerRouter:基于history模式,跳转原理基于HTML5的history对象的history.pushState、 history.replaceState 使用时直接拼接路径