Google News
logo
ReactJS - Interview Questions
List some of the cases when you should use Refs.
Following are the cases when refs should be used:
 
* When you need to manage focus, select text or media playback
* To trigger imperative animations
* Integrate with third-party DOM libraries
Advertisement