My Talks
State-machine-driven web development with Elm
We are developing our app based on two major thoughts: (1) What does the current state look like? (2) How does the state change according to the events?
That's basically a STATE MACHINE! We draw it...