arrow_backBACK TO DRILLS
Blue Beltuseref
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?”