React useImperativeHandle Hook
In React, Data is passed from ( parent to child ) components via props, known as unidirectional data flow.
The parent component cannot directly call a function defined in the child component or reach down to grab a value for itself.
With the useImpe...
omarsaade.hashnode.dev5 min read