Problem Statement
How do you manage global state in React (Redux, Zustand, Context API)?
Explanation
Global state can be handled using Redux for predictable centralized state, Context API for lightweight shared state, or Zustand for simpler and faster store-based state management without boilerplate.
Practice Sets
This question appears in the following practice sets: