What is useImperativeHandle?
React Hooks Basics
Audio flashcard · 0:10Nortren·
What is useImperativeHandle?
0:10
useImperativeHandle is a hook used with forwardRef to customize the value exposed to a parent component through a ref. It lets a component expose a limited set of imperative methods instead of the raw DOM node.
---