Taking input in React using useState and useRef Hook. What's the difference?
Let's first have a look at what exactly useState and useRef hooks in React are and then move to the example of taking input using both the hooks and understand how can we make their proper use according to the need. useState Hook useState returns two...
Aug 21, 20223 min read35