-
-
Notifications
You must be signed in to change notification settings - Fork 2
Convention Guide
Fahmi Akbar Wildana edited this page May 29, 2019
·
13 revisions
When designing a State Machine, you need to know the purpose. Each State Machine has a slightly different convention.
For the event name, the event must answer this question:
- What is the event? (Answer: pay)
- How to trigger it? (Answer: by clicking the button or hit the enter key)
...
just use State Management