Skip to content

Commit

Permalink
doc: update upgrade doc
Browse files Browse the repository at this point in the history
  • Loading branch information
brickspert committed Nov 23, 2021
1 parent 277ebbf commit ce91656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/upgrade.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ v3 fixed some problems in react-refresh (HRM) mode. Refer to "[React Hooks & rea
### New Hooks

- [useRafState](/hooks/use-raf-state)
- [useSetState](/zh-CN/hooks/use-set-state)

This comment has been minimized.

Copy link
@wangxingkai

wangxingkai Nov 23, 2021

Contributor

the link for EN doc is incorrect @brickspert

This comment has been minimized.

Copy link
@brickspert

brickspert Nov 23, 2021

Author Collaborator

😓 aha~~~ shame~~

- [useAsyncEffect](/hooks/use-async-effect)
- [useDeepCompareEffect](/hooks/use-deep-compare-effect)
- [useIsomorphicLayoutEffect](/hooks/use-isomorphic-layout-effect)
Expand Down
1 change: 1 addition & 0 deletions docs/guide/upgrade.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ v3 修复了在 react-refresh(HRM)模式下的一些问题。参考《[React
### 新增 Hooks

- [useRafState](/zh-CN/hooks/use-raf-state)
- [useSetState](/zh-CN/hooks/use-set-state)
- [useAsyncEffect](/zh-CN/hooks/use-async-effect)
- [useDeepCompareEffect](/zh-CN/hooks/use-deep-compare-effect)
- [useIsomorphicLayoutEffect](/zh-CN/hooks/use-isomorphic-layout-effect)
Expand Down

0 comments on commit ce91656

Please sign in to comment.