Component - State management comparison
This UI component shows a simple counter app demonstrating two ways to manage state in React Native: using local component state with useState and using a global state with React Context. It helps learners see how state updates affect the UI and which parts re-render.