yew/examples/counter_functional

Counter Example

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

Concepts

Demonstrates the use of function components.

Running

Run this application with the trunk development server:

trunk serve --open