useRef vs useState ?
useRef is a React Hook that lets you reference a value that's not needed for rendering .
useState is a React Hook that lets you add a state variable to your component and component will rerender .
The 2 hooks lets you save data in a variable but useS...
moemensaadeh.hashnode.dev1 min read