Introduction To React Ref
REACT USEREF HOOK: REFS
React refs are strongly associated with the DOM. This has been true in the past, but not anymore since React introduced React Hooks. Ref means just reference, so it can be a reference to anything (DOM node, JavaScript value, ....
fadilcodes.hashnode.dev2 min read