leptos/examples/counters_stable
2023-09-13 19:57:50 -04:00
..
e2e test(counters_stable/wasm): enter count (#1307) 2023-07-08 12:07:11 -04:00
src examples: add note about potential for memory leaks with nested signals (#1675) 2023-09-08 15:28:18 -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 doc(examples): reference run instructions (#1705) 2023-09-13 19:57:50 -04: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.