有人知道/使用过 redux-api-middleware 吗?我遇到了来自两个不同 API 调用的持久状态问题。我的意思是我不能同时执行“this.props.fetchMessage('Hi!')”和“this.props.fetchUser()”,因为如果最后一个被执行,那么第一个被后者覆盖。有谁知道为什么它不能阻止两次通话的状态?
链接到 github -> https://github.com/paveu/redux_jwt_auth/blob/master/frontend/src/App.js