Skip to content

Commit

Permalink
Update 12 useRef基础用法.md
Browse files Browse the repository at this point in the history
  • Loading branch information
puxiao authored May 20, 2022
1 parent eb27b89 commit 0d45496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12 useRef基础用法.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export default ChildComponent;

**特别说明:**

1. 下一章要讲解的 [useImperativeHandle](https://github.com/puxiao/react-hook-tutorial/blob/master/13 useImperativeHandle基础用法.md) 也是用来实现 父组件调用子组件内定义的函数的。
1. 下一章要讲解的 useImperativeHandle 也是用来实现 父组件调用子组件内定义的函数的。

2. 再次强调,如非必要,真的不要使用 父组件调用子组件内函数 这种策略。

Expand Down

0 comments on commit 0d45496

Please sign in to comment.