Introducing useImperativeHandle
2021-11-06
本文介紹 useImperativeHandle 的基本概念。
⚓ useImperativeHandle Hook
Not through the regular state props management, not by controlling the Component through state in the parent Component, but instead by directly calling or manipulating something in the Component.
回顧
看完這篇文章,我們到底有什麼收穫呢?藉由本文可以理解到…
- useImperativeHandle Hook