dependabot[bot] 7d873b264c
Update gloo-console requirement from 0.1 to 0.2 (#2122)
Updates the requirements on [gloo-console](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Commits](https://github.com/rustwasm/gloo/commits/0.2.0)

---
updated-dependencies:
- dependency-name: gloo-console
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-11 16:10:31 +01:00
..
2021-04-05 23:54:55 +02: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.