Redux has a feature called 'store' that allow us to save the application entire state at one place.
All the components State are stored in the store so that we will get regular updates directly from the stores.
The single state tree helps us to keeps trackes of changes over time and debug or inspect the application.