Continental Interview Question

What is useState? what does it do?

Interview Answer

Anonymous

Dec 9, 2023

it is a React hook, used in functional components to store the local state of the component.