RFC: 为由 saga 控制的动作链提供自愿的因果作用域传播
作者: prkeshri创建于 2026年5月1日更新于 2026年6月27日
When enabled: 1. An incoming action without an existing scope receives a new scope. 2. A saga that takes a scoped action gets access to that scope. 3. Actions emitted through `put` inherit the current saga scope. 4. A saga can update the current scope for downstream effects.
内容来源: redux-saga/redux-saga