State management refers to handling data across the app. Options range from lifting state up and Context API (for small/medium needs) to libraries like Redux Toolkit, Zustand, or XState for complex global needs.