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