react(82)--方法写在effects里面
Posted 小歌谣(公众号同名)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react(82)--方法写在effects里面相关的知识,希望对你有一定的参考价值。
effects: {
*addOrUpdateAssistActivity({ payload, callback }, { call }) {
try {
const res = yield call(addOrUpdateAssistActivity, payload);
if (callback && typeof callback === 'function') {
yield callback(res);
}
} catch (error) {
console.log(error);
}
},
以上是关于react(82)--方法写在effects里面的主要内容,如果未能解决你的问题,请参考以下文章
React的Effect Hook解决函数组件的性能问题和潜在bug!
Pytorch解决使用BucketIterator.splits警告volatile was removed and now has no effect. Use `with torch.no_g(代
Pytorch解决使用BucketIterator.splits警告volatile was removed and now has no effect. Use `with torch.no_g(代
fontFamily 'Arial' 不是使用 react-native-textinput-effects 的系统字体