How to use forwardRef in react - easy explanation
My Thoughts
After completing reading this post you will have no problem understanding the usage of forwardRef in react.
Generally, you use useRef to refer to an HTML element in React. But what if you want to refer to an element in a child component? ...
abeer.hashnode.dev3 min read