Wasm frontend - Rust Yew framework

The yew framework looks incredibly impressive and straightforward to use.
Heavily inspired by Elm and React.

9 Likes

Im tempted to learn Rust because of this. Anyone tried it yet?

This guys has some nice tutorials for Learning Rust

Including a video that discusses Yew

4 Likes

Ooo, looks cool.

Rust has been making a new backend for webassembly, the basic one follows the spec, along with a couple of extension ones that add things like javascript interaction (webassembly is just a bytecode language, not browser or javascript specific in any way).

1 Like