React JS Quiz
Home
Blog
Privacy Policy
Contact Us
React TypeScript Quiz
What is a common type for a ref that points to an input element?
Report this question
HTMLInputElement
Show Explanation
useRef<HTMLInputElement>(null) is a common pattern for a ref that will point to an input DOM node.
ReactInputString
InputRoute
FormEventOnly
Next Question (12/20)