Question 1 out of 4

    How does React handle state management?

    Using props, Using hooks, Using context

    React handles state management using props, hooks, and context.