mirror of
https://github.com/leptos-rs/leptos.git
synced 2026-07-16 18:49:49 -04:00
Leptos Counter Isomorphic Example
This example demonstrates how to use a function isomorphically, to run a server side function from the browser and receive a result.
Getting Started
See the Examples README for setup and run instructions.
Quick Start
Run cargo leptos watch to run this example.