1.

Why do React Hooks make use of refs?

Answer»

Earlier, refs were only LIMITED to CLASS components but now it can also be accessible in function components through the useRef Hook in React.

The refs are used for:



Discussion

No Comment Found