How to use useState hooks in React?
Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class.
In this article, I will walk you through how the useState hook works in React.
useState
In this example, we are rendering a counter. Co...
shraddhaaa.hashnode.dev2 min read