What is useState hook? useState is a react hook which is used to add a state variable to our components. It means that we can now declare state variables to functional components. Syntax to declare useState hook const [state, setState] = useState('In...
shubhamaher.hashnode.dev2 min read
No responses yet.