Tag view

#state-management

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with state-management

4 cards

React Medium Theory

Context performance, Context vs Redux, and when global state is really needed

Context is not a full performance or tooling replacement for every state management problem, and global state should be introduced only when local state is no longer enough.

  • Not all shared data needs Redux
  • Context updates can fan out widely
  • Global state should solve a real coordination problem

Context performance, Context vs Redux, and when global state is really needed

React Medium Theory

State management in React: local state, Context, Redux, Flux, Zustand, Recoil, and single source of truth

State management choices in React depend on scale, coordination needs, debugging requirements, and how widely state must be shared.

  • Local state is often enough
  • Flux-inspired tools centralize updates
  • A single source of truth reduces contradictory copies

State management in React: local state, Context, Redux, Flux, Zustand, Recoil, and single source of truth