yew/examples/counter_functional
WorldSEnder e68060afa7
Span hygene and editor UX (#2702)
* add span for closing tag to macro expansion

* decouple name resolution from locations

* commit to new macro errors
2022-05-25 13:01:10 +02:00
..
2022-05-25 13:01:10 +02:00

Counter Example

A simple example of a counter which can be increased or decreased with the press of a button implemented using function components

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 function components.