What is “forward refs”?
Answer / Deepak Chaukar
Forward Refs (ref forwarding) in React.js allows a child component to receive and manage its own ref, which can be used for direct manipulation of the DOM or access to native DOM events. This can be useful when you need to pass refs between components that are not parent and child.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are pure components?
What are the components in flux architecture?
What is the significance of keys in react?
What are the lifecycle methods of reactjs components?
What are class based component?
How can we find the version of react at runtime in the browser?
What is React.createElement?
What are the popular react-specific linters?
What are pure functional components?
What are features of react.js?
How arrow function is used in react?
What is one of the core types in react?