yew/yewtil/examples/fetch/Readme.md
Justin Starry f9a783c2ca
Upstream yewtil crate (#1119)
* Upstream yewtil crate

* cargo fmt

* cargo clippy

* cargo fmt
2020-04-25 17:01:50 +08:00

297 B

Shows off ergonomic JSON deserialization fetch abstraction.

Run with:

wasm-pack build --target web && rollup ./main.js --format iife --file ./pkg/bundle.js && python -m SimpleHTTPServer 8080

It is expected that you have a setup with wasm-pack, rollup, and python installed.