A guide to use useState Hook
useState is a Hook that allows you to have state variables in functional components.
There are two types of components in React: class and functional components.
Class components are ES6 classes that extend from React.Component and can have state and...
manc.hashnode.dev3 min read