blog icon indicating copy to clipboard operation
blog copied to clipboard

[Redux] Redux-Saga 学习

Open plh97 opened this issue 7 years ago • 0 comments

redux-saga 背景介绍

将有副作用的code 写在 saga.js 文件中, 便于单独测试.

声明式 Effect

import { ... } from 'redux-saga/effect';

reference

redux saga in chinese learn-saga

plh97 avatar Mar 11 '19 13:03 plh97