In a `Sandbox`, messages can only be produced by your `view` logic. An `update` does not always precede `view`. In fact, `view` is called first after initializing the application. Thus, I believe the example in the…
In a `Sandbox`, messages can only be produced by your `view` logic. An `update` does not always precede `view`. In fact, `view` is called first after initializing the application. Thus, I believe the example in the…