React + Redux + Action Creator Thunk This project contains: Reducers should always be pure, not side-effects and no async code. Maintaining the side-effect and async code with the Action Creator Thunk. Thunk: To run the App: npm install npm run start