Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以向我解释为什么在动作创建者上定义的回调不会触发吗?
有问题的代码可以在这里看到。
这个插件好用吗?(它似乎被放弃了。)我应该如何处理中型应用程序中的 API 调用?
提前致谢。
我想通了,我误解了文档(不是第一次)。如果您想在您的操作中使用这些回调,您必须使用以下语法传递它:
var action = { type:'YOUR_REQUEST', payload:{ request:{ ...yourRequestConfig }, options:{ onSuccess:()=>console.log('success) } } }