React ForwardRef
What is Forward Ref
ForwardRef() is a utility function in react that let you expose a child components DOM to a parent component with a ref
Usually, the parent component passes the props and data to the child component.
But in some instances like whe...
metered.hashnode.dev8 min read