leptos/examples/counters_stable
2023-11-28 11:47:56 -05:00
..
e2e test(counters_stable/wasm): enter count (#1307) 2023-07-08 12:07:11 -04:00
src change: enable inline children for For by switching to children and bind: (#1773) 2023-09-26 14:24:02 -04:00
tests/web fix(counters_stable): restore wasm tests (#1581) (#1582) 2023-08-24 16:33:01 -04:00
.gitignore test(counters_stable): add playwright tests (#1235) 2023-06-26 21:11:09 -04:00
Cargo.toml fix(counters_stable): restore wasm tests (#1581) (#1582) 2023-08-24 16:33:01 -04:00
index.html fix(counters_stable): restore wasm tests (#1581) (#1582) 2023-08-24 16:33:01 -04:00
Makefile.toml fix(counters_stable): restore wasm tests (#1581) (#1582) 2023-08-24 16:33:01 -04:00
package.json test(counters_stable): add playwright tests (#1235) 2023-06-26 21:11:09 -04:00
README.md docs: make it easy to see how to run each example in its README (#2085) 2023-11-28 11:47:56 -05:00

Leptos Counters Example on Rust Stable

This example showcases a basic Leptos app with many counters. It is a good example of how to setup a basic reactive app with signals and effects, and how to interact with browser events. Unlike the other counters example, it will compile on Rust stable, because it has the stable feature enabled.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run trunk serve --open to run this example.