标签: javascript ajax reactjs redux cors
问题也涉及SO,请忽略。
就像你一样。
答案 0 :(得分:0)
更改导航电话,等待fetch承诺解决。从本地商店删除可能也应该这样做,但这不是手头的问题
fetch
// AJAX to delete from server fetch({ url: '/thing/' + this.props.id, method: 'delete' }).then(_=> this.props.navigate('/things/'));