Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.1 KB

Timer

4th task of the 7 GUIs.

Made with Vue and Xstate -- a framework for using finite state machines (FSM).

Open in StackBlitz


7GUIs.--.retro.--.4.webm

Similar examples

These are all official Xstate examples -- a highly recommended resource.

They don't use Vue but were helpful for figuring out the logic and syntax -- things like actor invocation and eventless (always) transitions (and when and where to use them).