Consider adding means to add global State, not bound to history keys
Zhuinden opened this issue · 4 comments
Zhuinden commented
The Activity should also be able to store state inside Flow, define its key but not be part of history (because it always exists).
How should this be done?
Should this be done?
Otherwise it should be "ROOT" key, but that doesn't really simplify things for the dispatcher at all.
Zhuinden commented
Would solve Zhuinden/ExampleGithubClient#2 to access State of global presenter in dispatcher via non-history key
Zhuinden commented
That's great that you can add state, but you cannot access it anywhere.
It also cannot be persisted.
Joy.