Answer
State is managed using hooks (React useState/useReducer), global stores like Redux/MobX, Angular services with RxJS, or NgRx. Centralized state prevents prop drilling and ensures predictable UI updates across large apps.
State is managed using hooks (React useState/useReducer), global stores like Redux/MobX, Angular services with RxJS, or NgRx. Centralized state prevents prop drilling and ensures predictable UI updates across large apps.
This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ