Using document.querySelector instead of useRef in React
Why This Is Problematic Using document.querySelector in React components is generally considered an anti-pattern because: When useRef Is the Better Choice Proper Ref Usage Patterns When You Might Still Need….