useRef hook in React:
According to React official documentation, useRef is a React Hook that lets you reference a value that’s not needed for rendering.
Basically, useRef is a tool provided by React that helps you store values that can be accessed and modified without cau...
nabilaalam.hashnode.dev3 min read