1 2 3 4 5
export const getState = (dispatch) => new Promise((resolve) => { dispatch((dispatch, getState) => { resolve(getState()) }) })