What is “forward refs”?



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

Post New Answer

More React.js Interview Questions

What are pure components?

1 Answers  


What are the components in flux architecture?

1 Answers  


What is the significance of keys in react?

1 Answers  


What are the lifecycle methods of reactjs components?

1 Answers  


What are class based component?

1 Answers  


How can we find the version of react at runtime in the browser?

1 Answers  


What is React.createElement?

1 Answers  


What are the popular react-specific linters?

1 Answers  


What are pure functional components?

1 Answers  


What are features of react.js?

1 Answers  


How arrow function is used in react?

1 Answers  


What is one of the core types in react?

1 Answers  


Categories