Understanding and Mastering useRef in React
In react a common pattern is to use state variables to maintain state and then change UI based on the state. Rarely one has to use the hook useRef, but it is something that everyone planning to use react must really know.
What exactly is useRef?
The ...
frontendengdev.hashnode.dev3 min read