Skip to content

Commit

Permalink
Update src/content/reference/react/Suspense.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucohny authored Jul 14, 2023
1 parent 3aa0dfb commit 2019dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/Suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ function Router() {
// ...
```
这告诉 React 这个状态转换不是紧急的,最好继续显示上一页,而不是隐藏任何已经显示的内容。现在点击按钮并“等待” `Biography` 加载:
这告诉 React 这个 state 过渡不是紧急的,最好继续显示上一页,而不是隐藏任何已经显示的内容。现在点击按钮并等待 `Biography` 加载:
<Sandpack>
Expand Down

0 comments on commit 2019dfb

Please sign in to comment.