Store is the object that brings actions and reducers together.
Middlewares
The store has the following middlewares;
- Redux Thunk - allows you to write action creators that return a function instead of an action.
- Redux Logger - Logs fired actions to the console.