[考察] 有限狀態機
TypeScript 提供型別檢查;XState 則控制流程邏輯檢查 1 有限狀態機 Finite-state machine Atomics Necessary Parts In A Machine id: machine identifier initial: initial state context object: local context for entire machine states object: state definitions Optional Parts In A Machine actions: the mapping of action names to their implementation delays: the...