kuy / redux-tower

Saga powered routing engine for Redux app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Put global cancel hook in routes defs

kuy opened this issue · comments

Same way as Error page. #29

const routes = {
  // ...
  [CANCEL]: function* cancel() { ... },
};