#useref
Read more stories on Hashnode
Articles with this tag
React has a really useful hook called useRef. In some ways, it is similar to the useState hook because it can be used for tracking values. However,...