A DOM ref is commonly initialized with null because no DOM node exists during the initial render. React assigns the node to ref.current after it commits the element.