What is a state manager, such as Redux or Mobx used for?
This makes it possible to share a state, a data, between several components
This is required to use React
This allows components to be notified when a state is updated.