HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hecrj

no profile record

comments

hecrj
·5 anni fa·discuss
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 `README` is following the proper order :)