2022 第2週 學習記錄:React Forwarding Refs

總結

functional component 無法直接搭配 useRef() 來操作其 DOM,本篇紀錄如何使用 React.forwardRef 來處理 functional component 的 ref

情境

筆記

Forwarding Ref

faker

原始碼

完整內容:https://github.com/tzynwang/react-forwarding-ref 展示頁:https://tzynwang.github.io/react-forwarding-ref/

demo

參考文件