mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 11:04:40 -05: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.