leptos/examples/async-demo
2024-08-01 19:40:24 -04:00
..
public work on async demo 2024-08-01 19:40:23 -04:00
src work on routing 2024-08-01 19:40:24 -04:00
Cargo.toml work on async demo 2024-08-01 19:40:23 -04:00
index.html work on routing 2024-08-01 19:40:24 -04:00
Makefile.toml work on async demo 2024-08-01 19:40:23 -04:00
README.md work on async demo 2024-08-01 19:40:23 -04:00
rust-toolchain.toml work on async demo 2024-08-01 19:40:23 -04:00

Client Side Fetch

This example shows how to fetch data from the client in WebAssembly.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run trunk serve --open to run this example.