How to forward refs in React.
A ref in react is defined as any value used to reference a React component or DOM element. Usually, you'll find yourself using props to pass data from parent to children where the data can be modified on every re-render. However, there are cases you'...
jerryg.hashnode.dev2 min read