leptos/examples/counter_isomorphic
Greg Johnston 6b60d48203 update counters_isomorphic 2024-08-01 19:41:36 -04:00
..
public Add Favicons to all the examples and standardize on the public folder for public assets 2023-01-09 15:27:52 -08:00
src update counters_isomorphic 2024-08-01 19:41:36 -04:00
.gitignore Move the examples out of the workspace, and standardize naming. All of the SSR examples now work with cargo-leptos 2022-12-31 15:52:19 -08:00
Cargo.toml update counters_isomorphic 2024-08-01 19:41:36 -04:00
LICENSE Move the examples out of the workspace, and standardize naming. All of the SSR examples now work with cargo-leptos 2022-12-31 15:52:19 -08:00
Makefile.toml build(examples): make it easier to run examples (#1697) 2023-09-12 10:46:16 -04:00
README.md docs: make it easy to see how to run each example in its README (#2085) 2023-11-28 11:47:56 -05:00

README.md

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.