leptos/examples/fetch
2022-11-29 20:00:09 -05:00
..
src Merge branch 'main' into pr/add-console-panic-hooks 2022-10-20 17:51:40 -04:00
Cargo.toml Include examples in workspace so rust-analyzer works (per issue #28) 2022-10-20 21:44:38 -04:00
index.html Suspense 2022-08-03 10:28:36 -04:00
README.md Copy edited and added Trunk install instructions 2022-11-29 20:00:09 -05:00

Client Side Fetch

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

Client Side Rendering

To run it as a Client Side App, you can issue trunk serve --open in the root. This will build the entire app into one CSR bundle.

If you don't have trunk installed, click here for install instructions.