leptos/examples/counter_isomorphic
2023-09-13 19:57:50 -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 feat: make struct name and path optional for server functions (#1573) 2023-08-24 10:22:35 -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 build(examples): make it easier to run examples (#1697) 2023-09-12 10:46:16 -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 doc(examples): reference run instructions (#1705) 2023-09-13 19:57:50 -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.