export const topLevelAction = () => dispatch => { return Promise.all([dispatch(action1()), dispatch(action2()), dispatch(action3())]) }