useState()
Term side of the Card
Topic: Hooks
Unit title: useState()
Categories: Hook
Explanation side of the Card
Explanation: The hook that allows a component to manage state variables. It provides a way to declare state within function components and update it, causing the component to re-render with the new state.