What are refs used for in React?
Refs are a function in React having the following uses:
- Accessing DOM and React elements that you have created.
- Changing the value of a child component without using props and others.
Suggest An Answer
No suggestions Available!