James Shvarts
James Shvarts
That's why I asked in my first reply above if the Presenter was the only one dependency that needs to be injected. Something like this should work (I am converting...
So there would be a `LiveData` for regular `State` and `SingleLiveEvent` for effects? And the observing views would subscribe to both of them? And each effect would define what `State`...
This seems like a good way to handle single events https://ryanharter.com/blog/handling-transient-events/ events can be dispatched from within bindActions()
@JoseAlcerreca I am successfully using your `SingleLiveEvent` and vote for including it in the library when released.