What is useState hook in React.js ?
Hooks are a new addition in React 16.8. They let you use state and other React features without writing a class which are often difficult to use and understand . Below are the different react hooks .
Basic Hooks
useState
useEffect
useContext
A...
sampurna.hashnode.dev3 min read