React JS Quiz
Home
Blog
Privacy Policy
Contact Us
forwardRef Quiz
Why might exposing a full DOM node through a ref be a tradeoff?
Report this question
It can make the child component's internals harder to change later
Show Explanation
Exposing DOM nodes couples parent code to the child component's internal DOM structure.
It prevents the component from rendering
It disables all props
It makes the app server-only
Next Question (7/20)