The current Redux application state lives in an object called the store. Redux stores its application state in a plain JavaScript object called the store.
The store is a single source of truth that holds the entire application state.
It has a method called getState that returns the current state value