leptos/examples/fetch
2022-11-30 11:27:07 -05:00
..
src <Transition/> component 2022-11-30 11:27:07 -05:00
Cargo.toml <Transition/> component 2022-11-30 11:27:07 -05: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.