AAbiolainblog.abiolaajibola.dev·May 17, 2021 · 4 min readHow to Dynamically Add Refs In ReactRefs are a way to access DOM nodes or React elements just as you would access DOM elements in vanilla JavaScript if you use document.querySelector or document.getElementById. The syntax is very different, but it serves about the same purpose. You sho...01D