mirror of
https://github.com/leptos-rs/leptos.git
synced 2026-05-16 06:45:16 -04:00
Bumps the npm_and_yarn group with 1 update in the /examples/counters/e2e directory: [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm). Updates `pnpm` from 10.27.0 to 10.28.2 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/v10.28.2/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v10.28.2/pnpm) --- updated-dependencies: - dependency-name: pnpm dependency-version: 10.28.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Getting Started
See the Examples README for setup and run instructions.
Quick Start
Run trunk serve --open to run this example.