Files
leptos/examples/fetch
Greg Johnston db8c393f49 Update examples
2022-11-30 11:36:54 -05:00
..
2022-11-30 11:36:54 -05:00
2022-11-30 11:27:07 -05:00
2022-08-03 10:28:36 -04: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.