WorldSEnder daf6ec0152
Reduce size of examples (#2601)
* Reduce size of examples with this one weird trick

* oops, fixup function_router
2022-04-11 17:02:59 +05:00
..
2022-04-11 17:02:59 +05:00
2021-04-05 23:54:55 +02:00
2021-04-05 23:54:55 +02:00

Counter Example

Demo

A simple example of a counter which can be increased or decreased with the press of a button.

Running

Run a debug version of this application:

trunk serve

Run a release version of this application:

trunk serve --release

Concepts

Demonstrates the use of messages to update state.