Understanding forwardRef in React: A Beginner's Guide
What is forwardRef ?
forwardRef in react is a higher order component that allow us to pass a reference (ref) from parent component to child component’s DOM element.
Let's assume you have a parent component named Parent.jsx and a child component named...
rohandev3.hashnode.dev2 min read