leptos/examples/counters
2023-06-26 21:12:14 -04:00
..
src test: resolve check-style issues 2023-05-03 12:34:03 -04:00
tests fix(examples): verification errors (#1113) (#1115) 2023-05-28 18:00:42 -04:00
Cargo.toml change: migrate to nightly and csr features rather than stable and default-features = false (#1227) 2023-06-26 21:12:14 -04:00
index.html Initial commit 2022-07-31 16:46:14 -04:00
Makefile.toml ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
README.md Fix a large number of small issues in docs (#386) 2023-01-26 21:44:01 -05:00

Leptos Counters Example

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.

Client Side Rendering

To run it as a client-side app, you can issue trunk serve --open in the root. This will build the entire app into one CSR bundle.

If you don't have trunk installed, click here for install instructions.