Breaking the Rules with useImperativeHandle Hook in React
Intro:
In React, a parent component passes props down to a child component, and if the parent component needs to call a function defined in the child component, it typically must be defined in the parent component and then passed down. However, there...
waqasblogs.hashnode.dev3 min read