arrow_backBACK TO DRILLS
Blue Belt - Mediumuseref
refs and DOM access timing
A component renders <input ref={inputRef} /> where inputRef comes from useRef(null). When does inputRef.current become the actual DOM node?
A component renders <input ref={inputRef} /> where inputRef comes from useRef(null). When does inputRef.current become the actual DOM node?