Back to Developer Roadmap

useState Hook

src/data/roadmaps/react/content/usestate@FK59Zsm5ENA9g11XWCan_.md

4.0436 B
Original Source

useState Hook

useState hook is used to manage the state of a component in functional components. Calling useState returns an array with two elements: the current state value and a function to update the state.

Visit the following resources to learn more: