mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
326 B
326 B
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.