useRef()
Term side of the Card
Topic: Hooks
Unit title: useRef()
Categories: Hook
Explanation side of the Card
Explanation: The hook that provides a way to access and interact with DOM elements or store mutable values that persist across renders. It's commonly used for accessing elements directly or keeping a reference to a value that doesn't trigger re-renders.