5) States in React
Concept of useStateuseState is a React hook that lets you add state variables to functional components.When you call it, it returns two values:The current state value and A function to update that sta
careerpath.hashnode.dev5 min read