This is the twelfth video in the Learning React in 2021 Series
In this video I talk about what Refs are and how they work, the createRef method, ref forwarding with the forwardRef method, as well as the useRef hook.
Code from video: https://github.com/prof3ssorSt3v3/react-2021-series/tree/episode-12
React Ref reference: https://reactjs.org/docs/refs-and-the-dom.html
React useRef reference: https://reactjs.org/docs/hooks-reference.html#useref