install redux redux thunk and react redux
npm install redux redux-thunk react-redux
import create store and apply middleware from redux
import { createStore, applyMiddleware } from 'redux';
import thunk from redux thunk
impoort { thunk } from 'redux-thunk';