Handle mutually exclusive states in the state #2116
Unanswered
AnupFinaccel
asked this question in
Q&A
Replies: 1 comment 4 replies
-
If I'm following the example correctly, I think you just output Some event/action performs a mutation in the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to handle mutually exclusive states? Lets consider a screen that transitions from
UserInput
toInputConfirmation
state. Let's ignore the eventsI actually want to create a separate class to handle them separately.
My main concern is handling the transitions in the
present()
function. Any thoughts on achieving this??Beta Was this translation helpful? Give feedback.
All reactions