# Managing Application-level State with Context

Understanding the Need for Context

* Context as application-level state.&#x20;
* Precaution in using context due to its global nature.&#x20;
* Comparison to other application-level state management (Redux, Zustand, etc)
