Skip to content

Instantly share code, notes, and snippets.

View trylovetom's full-sized avatar
♥️
Falling in Love with JavaScript~

CHANG, TZU-YEN trylovetom

♥️
Falling in Love with JavaScript~
  • Micron, AllJointTW
  • Taiwan
View GitHub Profile
@trylovetom
trylovetom / machine.js
Last active September 10, 2019 11:09
Generated by XState Viz: https://xstate.js.org/viz
const PassengerMachine = Machine({
id: '叫車服務(乘客端)',
initial: '地圖畫面',
states: {
'地圖畫面': {
on: {
'確認上下車地點': '訂單資訊畫面(金額、付款方式、特殊需求)'
}
},
'訂單資訊畫面(金額、付款方式、特殊需求)': {