[Rust] Hello Yew

May 4, 2022

公式のGetting Startedをやった。

まんまReactという感じでかける。

Hooks的な書き方もできる。
https://github.com/yewstack/yew/blob/master/examples/counter_functional/src/main.rs

Trunkが推奨されてたので使ってみた。 Rustを書き換えたらリロードしてくれて便利だった。

1
2
$ trunk serve
2022-05-03T23:55:32.005211Z  INFO 📡 server listening at http://127.0.0.1:8080

なお、wasm-bindgen-cli も入れないと謎のエラーになるので注意(ドキュメントにインストールする手順があったのに見落としてた)

コード

https://github.com/tnantoka/my_rust_sandbox/tree/main/hello_yew