标签: redux redux-saga
让我们说
function* saga1() { yield call(saga2) } function* saga2() { debugger; }
可视化最佳设置/结构的最佳方式是什么。