Skip to content

Commit

Permalink
docs: update issue 119
Browse files Browse the repository at this point in the history
  • Loading branch information
toFrankie committed Aug 17, 2024
1 parent 0fc9651 commit 7640def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archives/2023/119.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 细读 React | React Router 路由切换原理
number: '#119'
link: 'https://github.com/toFrankie/blog/issues/119'
created_at: '2023-02-25 21:09:32'
updated_at: '2023-11-27 14:08:33'
updated_at: '2024-08-17 14:12:40'
labels:
- React
- '2022'
Expand Down Expand Up @@ -125,7 +125,7 @@ export default Router

## 原因剖析

> 往下之前,如果对 History API 或者 URL Fragment 不了解的,可以看下这篇文章:[History 对象及事件监听详解](https://www.jianshu.com/p/0a282465e9a4)
> 往下之前,如果对 History API 或者 URL Fragment 不了解的,可以看下这篇文章:[History 对象及事件监听详解](https://github.com/toFrankie/blog/issues/273)
`react-router-dom` 引用了 [history.js](https://github.com/remix-run/history) 库 ,它主要提供了三种方法:`createBrowserHistory``createHashHistory``createMemoryHistory`

Expand Down

0 comments on commit 7640def

Please sign in to comment.