Zhuinden/flowless

Consider adding means to add global State, not bound to history keys

Closed this issue · 4 comments

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.

Would solve Zhuinden/ExampleGithubClient#2 to access State of global presenter in dispatcher via non-history key

fixed by 3aeb531

That's great that you can add state, but you cannot access it anywhere.

It also cannot be persisted.

Joy.

Fixed by e1b3191 , 39d5175 and 6ca4222